File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
docker/diffusers-pytorch-cpu Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ RUN apt-get -y update && apt-get install -y bash \
17
17
ENV UV_PYTHON=/usr/local/bin/python
18
18
19
19
# 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 && \
27
27
uv pip install --no-cache-dir \
28
28
accelerate \
29
29
datasets \
You can’t perform that action at this time.
0 commit comments