reverting ending on a newline

This commit is contained in:
ttimbers
2020-06-21 21:53:23 -07:00
parent cdfe98ad8c
commit 6024c327f9
2 changed files with 3 additions and 2 deletions

View File

@@ -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}"

View File

@@ -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