We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2118294 commit ee19fcaCopy full SHA for ee19fca
1 file changed
Dockerfile_dev
@@ -57,7 +57,6 @@ RUN unzip $netpyneuiBranch.zip
57
WORKDIR NetPyNE-UI-$netpyneuiBranch/utilities
58
RUN /bin/bash -c "source activate snakes && python --version"
59
RUN /bin/bash -c "source activate snakes && exec python install.py branch $netpyneuiBranch"
60
-WORKDIR /home/jovyan
+WORKDIR /home/jovyan/work/NetPyNE-UI-$netpyneuiBranch
61
RUN git clone 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='' --library=netpyne_ui"
0 commit comments