Skip to content

Commit 93d5942

Browse files
authored
Merge pull request #45 from probcomp/include-torch
Add PyTorch install to the Dockerfile
2 parents 7522da7 + 398f517 commit 93d5942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN git config --global user.name "Gen User"
1515
RUN git config --global user.email "[email protected]"
1616

1717
RUN virtualenv -p /usr/bin/python3 /venv
18-
RUN . /venv/bin/activate && pip install jupyter jupytext matplotlib tensorflow
18+
RUN . /venv/bin/activate && pip install jupyter jupytext matplotlib tensorflow torch
1919

2020
RUN wget https://julialang-s3.julialang.org/bin/linux/x64/1.3/julia-1.3.1-linux-x86_64.tar.gz
2121
RUN tar -xzv < julia-1.3.1-linux-x86_64.tar.gz

0 commit comments

Comments
 (0)