Skip to content

Commit 10852f0

Browse files
committed
up
1 parent 86336a1 commit 10852f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/diffusers-pytorch-cpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN uv pip install --no-cache-dir "git+https://github.com/huggingface/diffusers.
2929
# Extra dependencies
3030
RUN uv pip install --no-cache-dir \
3131
accelerate \
32-
numpy==1.26.4
32+
numpy==1.26.4 \
3333
hf_transfer
3434

3535
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)