File tree 1 file changed +2
-2
lines changed
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"
52
52
RUN /bin/bash -c "source activate snakes && conda install bokeh=0.12.7"
53
53
54
54
ARG 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"
56
56
RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py jupyter_geppetto"
57
57
RUN /bin/bash -c "source activate snakes && jupyter serverextension enable --py jupyter_geppetto"
58
58
RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py widgetsnbextension"
59
59
60
60
WORKDIR /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
62
62
WORKDIR /home/jovyan/netpyne_workspace
63
63
CMD /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