Merge pull request #159 from minrk/kernel-install

use current command for Python 2 kernel install
This commit is contained in:
Peter Parente
2016-03-18 07:49:49 -04:00

View File

@@ -60,8 +60,6 @@ USER root
# Install Python 2 kernel spec globally to avoid permission problems when NB_UID # Install Python 2 kernel spec globally to avoid permission problems when NB_UID
# switching at runtime. # switching at runtime.
RUN $CONDA_DIR/envs/python2/bin/python \ RUN $CONDA_DIR/envs/python2/bin/python -m ipykernel install
$CONDA_DIR/envs/python2/bin/ipython \
kernelspec install-self
USER jovyan USER jovyan