Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jupyterhub-paris-saclay
image
Commits
b98943e4
Commit
b98943e4
authored
Oct 18, 2021
by
Nicolas M. Thiéry
Browse files
Tentative installation of pytorch
parent
cacef72f
Pipeline
#141645
failed with stages
in 1 minute and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Dockerfile
Dockerfile
+2
-1
No files found.
Dockerfile
View file @
b98943e4
...
...
@@ -83,7 +83,8 @@ RUN jupyter labextension install @jupyterlab/server-proxy
RUN
code-server
--install-extension
ms-python.python
RUN
pip
install
git+https://github.com/betatim/vscode-binder.git
# Install pytorch for cpu (conda install fails for now)
pip install torch==1.9.1+cpu torchvision==0.10.1+cpu torchaudio==0.9.1 -f https://download.pytorch.org/whl/torch_stable.html
# Install unpackaged jupyterlab extensions
# run_all_buttons is currently incompatible with latest JupyterLab 3;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment