We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0484ee commit 9fa73fbCopy full SHA for 9fa73fb
1 file changed
Dockerfile
@@ -58,6 +58,6 @@ RUN /bin/bash -c "source activate snakes && jupyter serverextension enable --py
58
RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py widgetsnbextension"
59
60
WORKDIR /home/jovyan
61
-RUN git clone --branch cns18 https://github.com/Neurosim-lab/netpyne_workspace
+RUN git clone --branch CNS18 https://github.com/Neurosim-lab/netpyne_workspace
62
WORKDIR /home/jovyan/netpyne_workspace
63
-CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token=''"
+CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token=''"
0 commit comments