Skip to content

Commit a245527

Browse files
committed
added PyTorch install in Ubuntu 20.04 Dockerfile
1 parent db4fc2b commit a245527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ubuntu-2004

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN git config --global user.email "[email protected]"
1919

2020
# Could use virtual environment - "RUN virtualenv -p /usr/bin/python3 /venv" and ". /venv/bin/activate" && in front of pip and julia commands
2121
RUN python3 -m pip install --upgrade pip
22-
RUN python3 -m pip install jupyter jupytext matplotlib tensorflow
22+
RUN python3 -m pip install jupyter jupytext matplotlib tensorflow torch
2323

2424
# Specify Julia version. Find current version on https://julialang.org/downloads/
2525
ARG JULIA_VERSION_SHORT="1.5"

0 commit comments

Comments
 (0)