Skip to content

Commit

Permalink
feat (JupyterHub): New Dockerfile build.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniochavesgarcia committed Nov 15, 2023
1 parent 137e8d3 commit b2643ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterhub/tensorflow-gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
USER root

COPY --from=foundation /usr/local/bin/fix-permissions /usr/local/bin/
COPY --from=foundation --chown="${NB_UID}:${NB_GID}" "${CONDA_DIR}/.condarc/initial-condarc" "${CONDA_DIR}/.condarc/"
COPY --from=foundation --chown="${NB_UID}:${NB_GID}" "${CONDA_DIR}/.condarc" "${CONDA_DIR}/"
COPY --from=foundation /usr/local/bin/run-hooks.sh /usr/local/bin/
COPY --from=foundation /usr/local/bin/start.sh /usr/local/bin/

Expand Down

0 comments on commit b2643ae

Please sign in to comment.