We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e6d3b commit 3899680Copy full SHA for 3899680
1 file changed
Dockerfile_dev
@@ -60,5 +60,5 @@ RUN /bin/bash -c "source activate snakes && exec python install.py branch $netpy
60
WORKDIR /home/jovyan
61
RUN git clone https://github.com/Neurosim-lab/netpyne_workspace
62
WORKDIR /home/jovyan/netpyne_workspace
63
-RUN ln -sfn ../work/work/NetPyNE-UI-$netpyneuiBranch/netpyne_ui netpyne_ui
+RUN ln -sfn /home/jovyan/work/NetPyNE-UI-$netpyneuiBranch/netpyne_ui netpyne_ui
64
CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token='' --library=netpyne_ui"
0 commit comments