Skip to content

Commit ee19fca

Browse files
committed
git clone workspace inside NetPyNE ui folder so we can use workspace and tests files
1 parent 2118294 commit ee19fca

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile_dev

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ 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
60+
WORKDIR /home/jovyan/work/NetPyNE-UI-$netpyneuiBranch
6161
RUN git clone https://github.com/Neurosim-lab/netpyne_workspace
62-
WORKDIR /home/jovyan/netpyne_workspace
6362
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)