path
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
maltegrosse 2023-02-02 17:51:38 +01:00
parent 0b4ea1c825
commit 15c43760f5
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ COPY jupyter_server_config.py /etc/jupyter/
USER root USER root
RUN echo 'export PATH=/opt/conda/bin:$PATH' >> /etc/profile RUN echo 'export PATH=/opt/conda/bin:$PATH' >> /etc/profile
RUN source /etc/profile #RUN source /etc/profile
# Legacy for Jupyter Notebook Server, see: [#1205](https://github.com/jupyter/docker-stacks/issues/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" \