Skip to content

Commit fe86200

Browse files
committed
cleaning,comments
1 parent 069e51a commit fe86200

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

Dockerfile

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@ RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py jupy
1212
RUN /bin/bash -c "source activate snakes && jupyter serverextension enable --py jupyter_geppetto"
1313
RUN /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-
2015
WORKDIR /home/jovyan
2116
RUN git clone --branch CNS18 https://github.com/Neurosim-lab/netpyne_workspace
2217
WORKDIR /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
2325
RUN ln -sfn /home/jovyan/work/NetPyNE-UI-$netpyneuiBranch/netpyne_ui/tests tests
26+
2427
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)