Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 1b20963

Browse files
Kiuk Chungfacebook-github-bot
Kiuk Chung
authored andcommitted
remove redundant torch 1.5.0 uninstall/install from Dockerfile
Summary: Was needed when we had a dependency to torch 1.5.0-nightly. Not needed anymore as torch 1.5.0 has been released. Reviewed By: tierex Differential Revision: D21416939 fbshipit-source-id: 0caf00b7be5b3da18a84af2722dc6b55c944acd3
1 parent 1a2e0a3 commit 1b20963

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ FROM pytorch/pytorch:1.5-cuda10.1-cudnn7-runtime
33
# install torchelastic
44
WORKDIR /opt/torchelastic
55
COPY . .
6-
RUN pip uninstall -y -qqq torch
7-
RUN pip install --progress-bar off torch==1.5.0
86
RUN pip install -v .
97

108
WORKDIR /workspace

0 commit comments

Comments
 (0)