Skip to content

Commit

Permalink
Merge pull request #140 from nmfs-opensci/eeholmes-patch-1
Browse files Browse the repository at this point in the history
Update appendix
  • Loading branch information
eeholmes authored Nov 4, 2024
2 parents 40394d6 + 119e67f commit c95e447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appendix
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ RUN cp ${REPO_DIR}/custom_jupyter_server_config.json ${NB_PYTHON_PREFIX}/etc/jup
RUN mkdir -p /pyrocket_scripts && cp -r ${REPO_DIR}/scripts/* /pyrocket_scripts/

# Set ownership to root and permissions to 755
RUN chown -R root:root /pyrocket_scripts && \
chmod -R 755 /pyrocket_scripts
RUN chown -R root:staff /pyrocket_scripts && \
chmod -R 775 /pyrocket_scripts

# Convert NB_USER to ENV (from ARG) so that it passes to the child dockerfile
ENV NB_USER=${NB_USER}
Expand Down

0 comments on commit c95e447

Please sign in to comment.