mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Update base-notebook/Dockerfile
This commit is contained in:
@@ -165,7 +165,7 @@ COPY jupyter_server_config.py /etc/jupyter/
|
|||||||
# Fix permissions on /etc/jupyter as root
|
# Fix permissions on /etc/jupyter as root
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
# Legacy for Jupyter Notebook Server #1205
|
# Legacy for Jupyter Notebook Server, see: [#1205](https://github.com/jupyter/docker-stacks/issues/1205)
|
||||||
RUN sed -re "s/c.ServerApp/c.NotebookApp/g" \
|
RUN sed -re "s/c.ServerApp/c.NotebookApp/g" \
|
||||||
/etc/jupyter/jupyter_server_config.py > /etc/jupyter/jupyter_notebook_config.py && \
|
/etc/jupyter/jupyter_server_config.py > /etc/jupyter/jupyter_notebook_config.py && \
|
||||||
fix-permissions /etc/jupyter/
|
fix-permissions /etc/jupyter/
|
||||||
|
Reference in New Issue
Block a user