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

Commit 0fd1b10

Browse files
Kiuk Chungfacebook-github-bot
authored andcommitted
Install classy-vision by default in torchelastic/… (#14)
Summary: Valiated docker build ``` VERSION=0.1.0.dev1 docker build -t torchelastic/examples:$VERSION . --build-arg BASE_IMAGE=pytorch/elastic:$VERSION ``` Pull Request resolved: #14 Differential Revision: D18824375 Pulled By: kiukchung fbshipit-source-id: eb731e72012cea8ad8c0ed54b835097de5c4ab55
1 parent cdc8b4e commit 0fd1b10

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

examples/Dockerfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@ ARG WITH_CLASSY_VISION=1
55

66
# install utilities and dependencies
77
RUN pip install awscli --upgrade
8-
9-
RUN if [ "$WITH_CLASSY_VISION" = "1" ]; then \
10-
pip install classy-vision
11-
else \
12-
echo "building without ClassyVision" ; \
13-
fi
8+
RUN pip install classy-vision
149

1510
WORKDIR /workspace
1611
COPY . ./examples

0 commit comments

Comments
 (0)