File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
diffusers-pytorch-xformers-cuda Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- FROM nvidia/cuda:12.9.0 -runtime-ubuntu20 .04
1+ FROM nvidia/cuda:12.9.1 -runtime-ubuntu24 .04
22LABEL maintainer="Hugging Face"
33LABEL repository="diffusers"
44
@@ -36,7 +36,8 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
3636RUN uv pip install --no-cache-dir \
3737 torch \
3838 torchvision \
39- torchaudio
39+ torchaudio \
40+ --index-url https://download.pytorch.org/whl/cu129
4041
4142# Install compatible versions of numba/llvmlite for Python 3.10+
4243RUN uv pip install --no-cache-dir \
Original file line number Diff line number Diff line change 1- FROM nvidia/cuda:12.9.0 -runtime-ubuntu20 .04
1+ FROM nvidia/cuda:12.9.1 -runtime-ubuntu24 .04
22LABEL maintainer="Hugging Face"
33LABEL repository="diffusers"
44
@@ -36,7 +36,8 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
3636RUN uv pip install --no-cache-dir \
3737 torch \
3838 torchvision \
39- torchaudio
39+ torchaudio \
40+ --index-url https://download.pytorch.org/whl/cu129
4041
4142# Install compatible versions of numba/llvmlite for Python 3.10+
4243RUN uv pip install --no-cache-dir \
You can’t perform that action at this time.
0 commit comments