Fix missing install-self on py2 kernelspec

This commit is contained in:
Peter Parente
2015-08-30 21:56:48 -04:00
parent 7e5c7a77ac
commit 7c9edef43d

View File

@@ -59,7 +59,7 @@ RUN conda create -p $CONDA_DIR/envs/python2 python=2.7 \
&& conda clean -yt
RUN $CONDA_DIR/envs/python2/bin/python \
$CONDA_DIR/envs/python2/bin/ipython \
kernelspec
kernelspec install-self
# R packages
RUN conda config --add channels r