Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Commit be2d785

Browse files
committed
Update Dockerfile
1 parent fbe121a commit be2d785

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@ FROM python:3.7
22

33
RUN pip install pylint twine sphinx sphinx-rtd-theme
44

5+
# Cache PyTorch download
6+
RUN pip install "torch>=1.4.0,<2.0.0"
7+
58
COPY requirements.txt /requirements.txt
69
RUN pip install -r requirements.txt

0 commit comments

Comments
 (0)