Skip to content

Commit 9fa73fb

Browse files
authored
Update Dockerfile
1 parent a0484ee commit 9fa73fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ RUN /bin/bash -c "source activate snakes && jupyter serverextension enable --py
5858
RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py widgetsnbextension"
5959

6060
WORKDIR /home/jovyan
61-
RUN git clone --branch cns18 https://github.com/Neurosim-lab/netpyne_workspace
61+
RUN git clone --branch CNS18 https://github.com/Neurosim-lab/netpyne_workspace
6262
WORKDIR /home/jovyan/netpyne_workspace
63-
CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token=''"
63+
CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token=''"

0 commit comments

Comments
 (0)