Update Dockerfile CUDA (#2682)
* Update Dockerfile CUDA * Apply suggestions from code review
This commit is contained in:
parent
4553c29d92
commit
9d1341d69b
|
@ -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"]
|
||||
CMD ["/bin/bash"]
|
||||
|
|
Loading…
Reference in New Issue