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
82f8394c
Commit
82f8394c
authored
Nov 03, 2020
by
Nicolas Thiéry
Browse files
Install ocaml and dependency
parent
ddb968a3
Pipeline
#89470
passed with stage
in 150 minutes and 20 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 @
82f8394c
...
...
@@ -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