Skip to content

Commit e5b910c

Browse files
committed
Rename notebook from Prometheus_demo to Prometheus
1 parent 1c586e5 commit e5b910c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ RUN python -c "from pyrho import *; setupNEURON()"
178178
USER root
179179

180180
### 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/
182182
#COPY jupyter_notebook_config.py /home/$NB_USER/.jupyter/
183183
RUN chown -R $NB_USER:users /home/$NB_USER/work
184184
RUN chown -R $NB_USER:users $NDIR
File renamed without changes.

prometheus.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sudo docker run --net=host -d -e CONFIGPROXY_AUTH_TOKEN=$TOKEN --name=tmpnb \
2323
-e CONFIGPROXY_ENDPOINT=http://127.0.0.1:8001 \
2424
-v /var/run/docker.sock:/docker.sock \
2525
jupyter/tmpnb python orchestrate.py --image='pyrho/minimal' \
26-
--redirect-uri="/notebooks/Prometheus_demo.ipynb" \
26+
--redirect-uri="/notebooks/Prometheus.ipynb" \
2727
--command="jupyter notebook --NotebookApp.base_url={base_path} --ip=0.0.0.0 --port {port} --no-browser"
2828

2929
# --command='start-notebook.sh "--NotebookApp.base_url={base_path} --ip=0.0.0.0 --port {port} --no-browser --NotebookApp.trust_xheaders=True"'

0 commit comments

Comments
 (0)