Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
borchero committed Apr 5, 2020
1 parent fbe121a commit be2d785
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ FROM python:3.7

RUN pip install pylint twine sphinx sphinx-rtd-theme

# Cache PyTorch download
RUN pip install "torch>=1.4.0,<2.0.0"

COPY requirements.txt /requirements.txt
RUN pip install -r requirements.txt

0 comments on commit be2d785

Please sign in to comment.