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 b2643ae commit a1c0d85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jupyterhub/tensorflow-gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ RUN mkdir "/home/${NB_USER}/work" && \
# Correct permissions
# Do all this in a single RUN command to avoid duplicating all of the
# files across image layers when the permissions change
COPY --chown="${NB_UID}:${NB_GID}" initial-condarc "${CONDA_DIR}/.condarc"
WORKDIR /tmp
RUN set -x && \
arch=$(uname -m) && \
Expand Down

0 comments on commit a1c0d85

Please sign in to comment.