Skip to content

Commit bf2a8f8

Browse files
committed
keep netpyne_workspace at home level
1 parent 395a719 commit bf2a8f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile_dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ RUN unzip $netpyneuiBranch.zip
1111
WORKDIR /home/jovyan/work/NetPyNE-UI-$netpyneuiBranch/utilities
1212
RUN /bin/bash -c "source activate snakes && python --version"
1313
RUN /bin/bash -c "source activate snakes && exec python install.py branch $netpyneuiBranch"
14-
WORKDIR /home/jovyan/work
14+
WORKDIR /home/jovyan
1515
RUN git clone https://github.com/Neurosim-lab/netpyne_workspace
16-
WORKDIR /home/jovyan/work/netpyne_workspace
16+
WORKDIR /home/jovyan/netpyne_workspace
1717
RUN ln -sfn /home/jovyan/work/NetPyNE-UI-$netpyneuiBranch/netpyne_ui netpyne_ui
1818
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)