Skip to content

Commit

Permalink
Update appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Nov 4, 2024
1 parent 06c119c commit a5e60b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appendix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN cp ${REPO_DIR}/custom_jupyter_server_config.json ${NB_PYTHON_PREFIX}/etc/jup
RUN rm -rf ${REPO_DIR}/book ${REPO_DIR}/docs

# Copy scripts into /pyrocket_scripts directory in the image
COPY ${REPO_DIR}/scripts /pyrocket_scripts
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 && \
Expand Down

0 comments on commit a5e60b1

Please sign in to comment.