File tree 3 files changed +2
-2
lines changed 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ RUN python -c "from pyrho import *; setupNEURON()"
178
178
USER root
179
179
180
180
# ## Copy demonstration notebook and config files to home directory
181
- COPY Prometheus_demo .ipynb /home/$NB_USER/work/
181
+ COPY Prometheus .ipynb /home/$NB_USER/work/
182
182
# COPY jupyter_notebook_config.py /home/$NB_USER/.jupyter/
183
183
RUN chown -R $NB_USER:users /home/$NB_USER/work
184
184
RUN chown -R $NB_USER:users $NDIR
File renamed without changes.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ sudo docker run --net=host -d -e CONFIGPROXY_AUTH_TOKEN=$TOKEN --name=tmpnb \
23
23
-e CONFIGPROXY_ENDPOINT=http://127.0.0.1:8001 \
24
24
-v /var/run/docker.sock:/docker.sock \
25
25
jupyter/tmpnb python orchestrate.py --image=' pyrho/minimal' \
26
- --redirect-uri=" /notebooks/Prometheus_demo .ipynb" \
26
+ --redirect-uri=" /notebooks/Prometheus .ipynb" \
27
27
--command=" jupyter notebook --NotebookApp.base_url={base_path} --ip=0.0.0.0 --port {port} --no-browser"
28
28
29
29
# --command='start-notebook.sh "--NotebookApp.base_url={base_path} --ip=0.0.0.0 --port {port} --no-browser --NotebookApp.trust_xheaders=True"'
You can’t perform that action at this time.
0 commit comments