File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,4 +54,4 @@ RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py widg
5454WORKDIR /home/jovyan
5555RUN git clone --branch CNS18 https://github.com/Neurosim-lab/netpyne_workspace
5656WORKDIR /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=''"
Original file line number Diff line number Diff line change @@ -59,5 +59,5 @@ RUN /bin/bash -c "source activate snakes && python --version"
5959RUN /bin/bash -c "source activate snakes && exec python install.py branch $netpyneuiBranch"
6060WORKDIR /home/jovyan
6161RUN git clone https://github.com/Neurosim-lab/netpyne_workspace
62- WORKDIR /home/jovyan/work/NetPyNE-UI-$netpyneuiBranch
62+ WORKDIR /home/jovyan/netpyne_workspace
6363CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token='' --library=netpyne_ui"
You can’t perform that action at this time.
0 commit comments