mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 12:32:58 +00:00
reverting ending on a newline
This commit is contained in:
@@ -49,4 +49,5 @@ RUN conda install --quiet --yes 'spylon-kernel=0.4*' && \
|
|||||||
python -m spylon_kernel install --sys-prefix && \
|
python -m spylon_kernel install --sys-prefix && \
|
||||||
rm -rf "/home/${NB_USER}/.local" && \
|
rm -rf "/home/${NB_USER}/.local" && \
|
||||||
fix-permissions "${CONDA_DIR}" && \
|
fix-permissions "${CONDA_DIR}" && \
|
||||||
fix-permissions "/home/${NB_USER}"
|
fix-permissions "/home/${NB_USER}"
|
||||||
|
|
@@ -90,4 +90,4 @@ RUN julia -e 'import Pkg; Pkg.update()' && \
|
|||||||
rm -rf "${HOME}/.local" && \
|
rm -rf "${HOME}/.local" && \
|
||||||
fix-permissions "${JULIA_PKGDIR}" "${CONDA_DIR}/share/jupyter"
|
fix-permissions "${JULIA_PKGDIR}" "${CONDA_DIR}/share/jupyter"
|
||||||
|
|
||||||
WORKDIR $HOME
|
WORKDIR $HOME
|
||||||
|
Reference in New Issue
Block a user