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
462f2770
Commit
462f2770
authored
Nov 21, 2020
by
Nicolas M. Thiéry
Browse files
Install network tools; tentative install jupyter-desktop-server
parent
9f3f9260
Pipeline
#92063
passed with stage
in 107 minutes and 46 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
Dockerfile
Dockerfile
+5
-1
environment.yml
environment.yml
+5
-0
No files found.
Dockerfile
View file @
462f2770
...
...
@@ -7,7 +7,11 @@ 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 ocaml rlwrap
&&
\
apt-get
install
-y
--no-install-recommends
\
openssh-client rsync unison less tree curl gdb imagemagick libopenjp2-7
\
ocaml rlwrap
\
net-tools traceroute iputils-ping
\
dbus-x11 xfce4 xfce4-panel xfce4-session xfce4-settings xorg xubuntu-icon-theme
&&
\
apt-get clean
&&
\
rm
-rf
/var/lib/apt/lists/
*
...
...
environment.yml
View file @
462f2770
...
...
@@ -20,6 +20,9 @@ dependencies:
-
code-server
-
jupyter-server-proxy
# jupyter-desktop-server
-
websockify
# Some additional packages that don't have a specific repo yet
# Visualisation
...
...
@@ -49,3 +52,5 @@ dependencies:
-
radis
# Visual Studio (proxy)
-
jupyter-vscode-proxy
# jupyter-desktop-server
-
jupyter-desktop-server
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