Skip to content
Snippets Groups Projects
Commit fcf32d75 authored by calrama's avatar calrama
Browse files

[jupyterhub] don't install kernel to user

parent 17a332f0
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ RUN mkdir -p /usr/local/venv && \ ...@@ -69,7 +69,7 @@ RUN mkdir -p /usr/local/venv && \
sklearn \ sklearn \
'mxnet-cu101>=1.6.0,<1.7.0' \ 'mxnet-cu101>=1.6.0,<1.7.0' \
&& \ && \
ipython kernel install --user --name=default ipython kernel install --name=default
COPY jupyter_notebook_config.py /etc/jupyter/ COPY jupyter_notebook_config.py /etc/jupyter/
ENV JUPYTER_CONFIG_DIR=/etc/jupyter ENV JUPYTER_CONFIG_DIR=/etc/jupyter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment