Commit e4ea4bcc authored by Peter Parente's avatar Peter Parente

Merge pull request #159 from minrk/kernel-install

use current command for Python 2 kernel install
parents 2b575ad6 0aa5c8dd
......@@ -60,8 +60,6 @@ USER root
# Install Python 2 kernel spec globally to avoid permission problems when NB_UID
# switching at runtime.
RUN $CONDA_DIR/envs/python2/bin/python \
$CONDA_DIR/envs/python2/bin/ipython \
kernelspec install-self
RUN $CONDA_DIR/envs/python2/bin/python -m ipykernel install
USER jovyan
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment