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
9e78a889
Commit
9e78a889
authored
Apr 28, 2020
by
Evgeny Lavrik
Browse files
Update Jupyterhub.Dockerfile
parent
aff04659
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Jupyterhub.Dockerfile
Jupyterhub.Dockerfile
+3
-2
No files found.
Jupyterhub.Dockerfile
View file @
9e78a889
...
...
@@ -12,10 +12,11 @@ RUN echo "${USERNAME}:${USERPASSWORD}" | chpasswd
# Install python2 and pip2 since PyROOT relies on it
RUN
apt-get
-y
install
python-dev python-pip
&&
\
RUN
apt-get
-y
install
python-dev python-pip python3-dev python3-pip nodejs npm 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
&&
\
python3
-m
pip
install
--upgrade
notebook
&&
\
python3
-m
pip
install
--upgrade
notebook
jupyterhub
&&
\
jupyter kernelspec
install
/opt/fairsoft_jun19p2/share/root/etc/notebook/kernels/root
WORKDIR
/srv/jupyterhub
...
...
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