Skip to content

Commit 2118294

Browse files
committed
revert unneeded changes?
1 parent fbf19a1 commit 2118294

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py widg
5454
WORKDIR /home/jovyan
5555
RUN git clone --branch CNS18 https://github.com/Neurosim-lab/netpyne_workspace
5656
WORKDIR /home/jovyan/netpyne_workspace
57-
CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token=''"
57+
CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token=''"

Dockerfile_dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ RUN /bin/bash -c "source activate snakes && python --version"
5959
RUN /bin/bash -c "source activate snakes && exec python install.py branch $netpyneuiBranch"
6060
WORKDIR /home/jovyan
6161
RUN git clone https://github.com/Neurosim-lab/netpyne_workspace
62-
WORKDIR /home/jovyan/work/NetPyNE-UI-$netpyneuiBranch
62+
WORKDIR /home/jovyan/netpyne_workspace
6363
CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token='' --library=netpyne_ui"

0 commit comments

Comments
 (0)