Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Eoin Clerkin
cbmroot-hub
Commits
340af179
Commit
340af179
authored
Apr 28, 2020
by
Evgeny Lavrik
Browse files
Update Jupyterhub.Dockerfile
parent
e00c51f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Jupyterhub.Dockerfile
Jupyterhub.Dockerfile
+1
-1
No files found.
Jupyterhub.Dockerfile
View file @
340af179
...
...
@@ -13,7 +13,7 @@ RUN echo "${USERNAME}:${USERPASSWORD}" | chpasswd
# Install python2 and pip2 since PyROOT relies on it
RUN
curl
-sL
https://deb.nodesource.com/setup_12.x | bash -
&&
\
apt-get
-y
install
python python-dev python-pip python3 python3-dev python3-pip nodejs
npm
curl python3-pycurl
&&
\
apt-get
-y
install
python python-dev python-pip python3 python3-dev python3-pip nodejs curl python3-pycurl
&&
\
npm
install
-g
configurable-http-proxy@^4.2.0
&&
rm
-rf
~/.npm
&&
\
python2
-m
pip
install
metakernel
&&
python2
-m
pip
install
ipykernel
&&
python2
-m
ipykernel
install
&&
\
python3
-m
pip
install
metakernel
&&
python3
-m
pip
install
ipykernel
&&
python3
-m
ipykernel
install
&&
\
...
...
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