Skip to content

Commit 230cc08

Browse files
committed
up
1 parent 6c7ce35 commit 230cc08

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docker/diffusers-pytorch-cpu/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ RUN apt-get -y update && apt-get install -y bash \
1717
ENV UV_PYTHON=/usr/local/bin/python
1818

1919
# pre-install the heavy dependencies (these can later be overridden by the deps from setup.py)
20-
RUN pip install --no-cache-dir --upgrade uv \
21-
uv pip install --no-cache-dir \
22-
torch \
23-
torchvision \
24-
torchaudio \
25-
invisible_watermark \
26-
--extra-index-url https://download.pytorch.org/whl/cpu && \
20+
RUN pip install uv
21+
RUN uv pip install --no-cache-dir \
22+
torch \
23+
torchvision \
24+
torchaudio \
25+
invisible_watermark \
26+
--extra-index-url https://download.pytorch.org/whl/cpu && \
2727
uv pip install --no-cache-dir \
2828
accelerate \
2929
datasets \

0 commit comments

Comments
 (0)