File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,13 +12,16 @@ RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py jupy
1212RUN /bin/bash -c "source activate snakes && jupyter serverextension enable --py jupyter_geppetto"
1313RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py widgetsnbextension"
1414
15- WORKDIR /home/jovyan/work
16- # Clone NetPyNE-UI to use the test folder
17- RUN wget https://github.com/MetaCell/NetPyNE-UI/archive/$netpyneuiBranch.zip -q
18- RUN unzip $netpyneuiBranch.zip
19-
2015WORKDIR /home/jovyan
2116RUN git clone --branch CNS18 https://github.com/Neurosim-lab/netpyne_workspace
2217WORKDIR /home/jovyan/netpyne_workspace
18+
19+ # Uncomment to run travis using this Dockerfile
20+ # Clone the source code and creates a symlink to the test folder
21+ WORKDIR /home/jovyan/work
22+ RUN wget https://github.com/MetaCell/NetPyNE-UI/archive/$netpyneuiBranch.zip -q
23+ RUN unzip $netpyneuiBranch.zip
24+ WORKDIR /home/jovyan/netpyne_workspace
2325RUN ln -sfn /home/jovyan/work/NetPyNE-UI-$netpyneuiBranch/netpyne_ui/tests tests
26+
2427CMD /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