mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Merge pull request #227 from minrk/only-mv-julia
Only move julia kernelspec
This commit is contained in:
@@ -49,9 +49,8 @@ RUN conda config --add channels r && \
|
|||||||
# to the system share location. Avoids problems with runtime UID change not
|
# to the system share location. Avoids problems with runtime UID change not
|
||||||
# taking effect properly on the .local folder in the jovyan home dir.
|
# taking effect properly on the .local folder in the jovyan home dir.
|
||||||
RUN julia -e 'Pkg.add("IJulia")' && \
|
RUN julia -e 'Pkg.add("IJulia")' && \
|
||||||
mv /home/$NB_USER/.local/share/jupyter/kernels/* $CONDA_DIR/share/jupyter/kernels/ && \
|
mv /home/$NB_USER/.local/share/jupyter/kernels/julia* $CONDA_DIR/share/jupyter/kernels/ && \
|
||||||
chmod -R go+rx $CONDA_DIR/share/jupyter && \
|
chmod -R go+rx $CONDA_DIR/share/jupyter
|
||||||
rm -rf /home/$NB_USER/.local/share
|
|
||||||
|
|
||||||
# Show Julia where conda libraries are
|
# Show Julia where conda libraries are
|
||||||
# Add essential packages
|
# Add essential packages
|
||||||
|
Reference in New Issue
Block a user