Unverified Commit 1a5797c6 authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

Fix docker file (#3402)

* up

* up
parent f9225301
...@@ -26,7 +26,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \ ...@@ -26,7 +26,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
python3 -m pip install --no-cache-dir \ python3 -m pip install --no-cache-dir \
torch \ torch \
torchvision \ torchvision \
torchaudio \ torchaudio && \
python3 -m pip install --no-cache-dir \ python3 -m pip install --no-cache-dir \
accelerate \ accelerate \
datasets \ datasets \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment