diff --git a/docker/consistency.dockerfile b/docker/consistency.dockerfile index 48844fcc4d1861..00755ddaa60128 100644 --- a/docker/consistency.dockerfile +++ b/docker/consistency.dockerfile @@ -4,7 +4,7 @@ USER root RUN apt-get update && apt-get install -y time git pkg-config make git-lfs ENV VIRTUAL_ENV=/usr/local RUN pip install uv && uv venv && uv pip install --no-cache-dir -U pip setuptools GitPython ruff==0.4.4 -uUN uv pip install --no-cache-dir --upgrade 'torch' --index-url https://download.pytorch.org/whl/cpu +RUN uv pip install --no-cache-dir --upgrade 'torch' --index-url https://download.pytorch.org/whl/cpu RUN uv pip install --no-cache-dir tensorflow-cpu tf-keras RUN uv pip install --no-cache-dir "transformers[flax,quality,vision,testing]" RUN git lfs install