Skip to content

Commit

Permalink
remove iframe config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Jul 19, 2024
1 parent 769707f commit b7549eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 63 deletions.
2 changes: 0 additions & 2 deletions images/datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,8 @@ COPY /scripts/jupyter_notebook_config.py /tmp/jupyter_notebook_config_extra.py
COPY /scripts/jupyter_server_config.py /tmp/jupyter_server_config_extra.py
COPY /scripts/nbgrader_config.py /etc/jupyter/nbgrader_config.py
RUN cat /tmp/jupyter_notebook_config_extra.py >> /etc/jupyter/jupyter_notebook_config.py && \
cat /tmp/jupyter_server_config_extra.py >> /etc/jupyter/jupyter_server_config.py && \
chmod -R uga+x /usr/share/datahub/scripts/ && \
chmod -R uga+x /etc/jupyter/jupyter_notebook_config.py && \
chmod -R uga+x /etc/jupyter/jupyter_server_config.py && \
chmod -R uga+x /etc/jupyter/nbgrader_config.py

# Copy over R tests to /opt/manual_tests
Expand Down
61 changes: 0 additions & 61 deletions images/datascience-notebook/scripts/jupyter_server_config.py

This file was deleted.

0 comments on commit b7549eb

Please sign in to comment.