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
Branches
Tags
No related merge requests found
......@@ -69,7 +69,7 @@ RUN mkdir -p /usr/local/venv && \
sklearn \
'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/
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