Skip to content

Commit

Permalink
Update appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Oct 29, 2024
1 parent 417bad8 commit bc5e8c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appendix
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ ENV MANPATH="${NB_PYTHON_PREFIX}/share/man:${MANPATH}"
RUN mandb

# Add custom jupyter config. You can also put config.py files in the same place
COPY ${REPO_DIR}/custom_jupyter_server_config.json ${NB_PYTHON_PREFIX}/etc/jupyter/jupyter_server_config.d/
COPY ${REPO_DIR}/custom_jupyter_server_config.json ${NB_PYTHON_PREFIX}/etc/jupyter/jupyter_notebook_config.d/
# COPY ${REPO_DIR}/custom_jupyter_server_config.json ${NB_PYTHON_PREFIX}/etc/jupyter/jupyter_server_config.d/
# COPY ${REPO_DIR}/custom_jupyter_server_config.json ${NB_PYTHON_PREFIX}/etc/jupyter/jupyter_notebook_config.d/
RUN echo "REPO_DIR is: ${REPO_DIR}" && ls ${REPO_DIR}/
RUN echo "NB_PYTHON_PREFIX is: ${NB_PYTHON_PREFIX}" && ls ${NB_PYTHON_PREFIX}/etc/jupyter/

# Clean up extra files in ${REPO_DIR}
RUN rm -rf ${REPO_DIR}/book ${REPO_DIR}/docs
Expand Down

0 comments on commit bc5e8c4

Please sign in to comment.