mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 07:22:57 +00:00
use current command for Python 2 kernel install
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user