Commit 7c9edef4 authored by Peter Parente's avatar Peter Parente

Fix missing install-self on py2 kernelspec

parent 7e5c7a77
...@@ -59,7 +59,7 @@ RUN conda create -p $CONDA_DIR/envs/python2 python=2.7 \ ...@@ -59,7 +59,7 @@ RUN conda create -p $CONDA_DIR/envs/python2 python=2.7 \
&& conda clean -yt && conda clean -yt
RUN $CONDA_DIR/envs/python2/bin/python \ RUN $CONDA_DIR/envs/python2/bin/python \
$CONDA_DIR/envs/python2/bin/ipython \ $CONDA_DIR/envs/python2/bin/ipython \
kernelspec kernelspec install-self
# R packages # R packages
RUN conda config --add channels r RUN conda config --add channels r
......
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