We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4fc2b commit a245527Copy full SHA for a245527
Dockerfile.ubuntu-2004
@@ -19,7 +19,7 @@ RUN git config --global user.email "[email protected]"
19
20
# Could use virtual environment - "RUN virtualenv -p /usr/bin/python3 /venv" and ". /venv/bin/activate" && in front of pip and julia commands
21
RUN python3 -m pip install --upgrade pip
22
-RUN python3 -m pip install jupyter jupytext matplotlib tensorflow
+RUN python3 -m pip install jupyter jupytext matplotlib tensorflow torch
23
24
# Specify Julia version. Find current version on https://julialang.org/downloads/
25
ARG JULIA_VERSION_SHORT="1.5"
0 commit comments