Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Gitlab is now running v13.9.0 - More info ->
here
<-
Open sidebar
jupyterhub-paris-saclay
image
Commits
6d31d9f4
Commit
6d31d9f4
authored
Nov 05, 2020
by
Nicolas M. Thiéry
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.in2p3.fr:jupyterhub-paris-saclay/image
parents
be5a5ca4
59f8542a
Pipeline
#89692
canceled with stage
in 25 minutes and 39 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 @
6d31d9f4
...
...
@@ -5,8 +5,9 @@ FROM jupyter/tensorflow-notebook
USER
root
# Install system utilities with apt
# Also install ocaml and dependency rlwrap for L2 CS course by Kim Nguyen
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
openssh-client rsync unison less tree curl gdb imagemagick libopenjp2-7
&&
\
apt-get
install
-y
--no-install-recommends
openssh-client rsync unison less tree curl gdb imagemagick libopenjp2-7
ocaml rlwrap
&&
\
apt-get clean
&&
\
rm
-rf
/var/lib/apt/lists/
*
...
...
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