Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
diffusers
Commits
9d1341d6
Unverified
Commit
9d1341d6
authored
Mar 15, 2023
by
Patrick von Platen
Committed by
GitHub
Mar 15, 2023
Browse files
Update Dockerfile CUDA (#2682)
* Update Dockerfile CUDA * Apply suggestions from code review
parent
4553c29d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
docker/diffusers-pytorch-cuda/Dockerfile
docker/diffusers-pytorch-cuda/Dockerfile
+1
-2
No files found.
docker/diffusers-pytorch-cuda/Dockerfile
View file @
9d1341d6
...
...
@@ -27,7 +27,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
torch
\
torchvision
\
torchaudio
\
--extra-index-url
https://download.pytorch.org/whl/cu117
&&
\
python3
-m
pip
install
--no-cache-dir
\
accelerate
\
datasets
\
...
...
@@ -40,4 +39,4 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
tensorboard
\
transformers
CMD
["/bin/bash"]
\ No newline at end of file
CMD
["/bin/bash"]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment