Skip to content

Commit 395a719

Browse files
author
Facu
authored
land on netpyne_workspace
1 parent dfcdd1d commit 395a719

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile_dev

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ RUN /bin/bash -c "source activate snakes && python --version"
1313
RUN /bin/bash -c "source activate snakes && exec python install.py branch $netpyneuiBranch"
1414
WORKDIR /home/jovyan/work
1515
RUN git clone https://github.com/Neurosim-lab/netpyne_workspace
16-
WORKDIR /home/jovyan/work/NetPyNE-UI-$netpyneuiBranch
16+
WORKDIR /home/jovyan/work/netpyne_workspace
17+
RUN ln -sfn /home/jovyan/work/NetPyNE-UI-$netpyneuiBranch/netpyne_ui netpyne_ui
1718
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)