Skip to content

Commit

Permalink
Remove openAI gym from default images
Browse files Browse the repository at this point in the history
  • Loading branch information
bkgoksel committed Mar 13, 2019
1 parent d5d9c39 commit 2e1629c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
- docker
env:
- CODALAB_USERNAME=codalab CODALAB_PASSWORD=testpassword CI=false
python:
- 2.7
python: 2.7
after_success: echo "skipped"
deploy:
# Build docker images using tag if it's a version tag (we're releasing)
Expand Down
2 changes: 0 additions & 2 deletions docker/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ RUN pip2 install -U \
scikit-learn \
scikit-image \
dlib \
gym[all] \
nltk

RUN python -m spacy download en
Expand All @@ -90,7 +89,6 @@ RUN pip3 install -U \
scikit-learn \
scikit-image \
dlib \
gym[all] \
nltk

RUN python3.6 -m spacy download en
Expand Down
2 changes: 0 additions & 2 deletions docker/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ RUN pip2 install -U \
scikit-learn \
scikit-image \
dlib \
gym[all] \
nltk

RUN python -m spacy download en
Expand All @@ -90,7 +89,6 @@ RUN pip3 install -U \
scikit-learn \
scikit-image \
dlib \
gym[all] \
nltk

RUN python3.6 -m spacy download en
Expand Down

0 comments on commit 2e1629c

Please sign in to comment.