Skip to content

Commit f4f8d8a

Browse files
patrickvonplatenJimmy
authored andcommitted
Fix docker file (huggingface#3402)
* up * up
1 parent 88bb339 commit f4f8d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/diffusers-pytorch-cuda/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
2626
python3 -m pip install --no-cache-dir \
2727
torch \
2828
torchvision \
29-
torchaudio \
29+
torchaudio && \
3030
python3 -m pip install --no-cache-dir \
3131
accelerate \
3232
datasets \

0 commit comments

Comments
 (0)