Skip to content

Commit 02e6d3b

Browse files
committed
create sim link for tests instead of running it outside the workspace
1 parent ee19fca commit 02e6d3b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile_dev

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ RUN unzip $netpyneuiBranch.zip
5757
WORKDIR NetPyNE-UI-$netpyneuiBranch/utilities
5858
RUN /bin/bash -c "source activate snakes && python --version"
5959
RUN /bin/bash -c "source activate snakes && exec python install.py branch $netpyneuiBranch"
60-
WORKDIR /home/jovyan/work/NetPyNE-UI-$netpyneuiBranch
60+
WORKDIR /home/jovyan
6161
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
6264
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)