We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395a719 commit bf2a8f8Copy full SHA for bf2a8f8
1 file changed
Dockerfile_dev
@@ -11,8 +11,8 @@ RUN unzip $netpyneuiBranch.zip
11
WORKDIR /home/jovyan/work/NetPyNE-UI-$netpyneuiBranch/utilities
12
RUN /bin/bash -c "source activate snakes && python --version"
13
RUN /bin/bash -c "source activate snakes && exec python install.py branch $netpyneuiBranch"
14
-WORKDIR /home/jovyan/work
+WORKDIR /home/jovyan
15
RUN git clone https://github.com/Neurosim-lab/netpyne_workspace
16
-WORKDIR /home/jovyan/work/netpyne_workspace
+WORKDIR /home/jovyan/netpyne_workspace
17
RUN ln -sfn /home/jovyan/work/NetPyNE-UI-$netpyneuiBranch/netpyne_ui netpyne_ui
18
CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token='' --library=netpyne_ui"
0 commit comments