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.
2 parents 7522da7 + 398f517 commit 93d5942Copy full SHA for 93d5942
Dockerfile
@@ -15,7 +15,7 @@ RUN git config --global user.name "Gen User"
15
RUN git config --global user.email "[email protected]"
16
17
RUN virtualenv -p /usr/bin/python3 /venv
18
-RUN . /venv/bin/activate && pip install jupyter jupytext matplotlib tensorflow
+RUN . /venv/bin/activate && pip install jupyter jupytext matplotlib tensorflow torch
19
20
RUN wget https://julialang-s3.julialang.org/bin/linux/x64/1.3/julia-1.3.1-linux-x86_64.tar.gz
21
RUN tar -xzv < julia-1.3.1-linux-x86_64.tar.gz
0 commit comments