We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86336a1 commit 10852f0Copy full SHA for 10852f0
docker/diffusers-pytorch-cpu/Dockerfile
@@ -29,7 +29,7 @@ RUN uv pip install --no-cache-dir "git+https://github.com/huggingface/diffusers.
29
# Extra dependencies
30
RUN uv pip install --no-cache-dir \
31
accelerate \
32
- numpy==1.26.4
+ numpy==1.26.4 \
33
hf_transfer
34
35
CMD ["/bin/bash"]
0 commit comments