File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ RUN /bin/bash -c "source activate snakes && python setup.py install"
5252RUN /bin/bash -c "source activate snakes && conda install bokeh=0.12.7"
5353
5454ARG INCUBATOR_VER=unknown
55- RUN /bin/bash -c "INCUBATOR_VER=${INCUBATOR_VER} source activate snakes && pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple netpyne_ui"
55+ RUN /bin/bash -c "INCUBATOR_VER=${INCUBATOR_VER} source activate snakes && pip install netpyne_ui"
5656RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py jupyter_geppetto"
5757RUN /bin/bash -c "source activate snakes && jupyter serverextension enable --py jupyter_geppetto"
5858RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py widgetsnbextension"
5959
6060WORKDIR /home/jovyan
61- RUN git clone https://github.com/Neurosim-lab/netpyne_workspace
61+ RUN git clone --branch cns18 https://github.com/Neurosim-lab/netpyne_workspace
6262WORKDIR /home/jovyan/netpyne_workspace
6363CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token=''"
You can’t perform that action at this time.
0 commit comments