Skip to content

Commit 26fafe1

Browse files
authored
Merge pull request #62 from MetaCell/development
Release 0.4
2 parents a5d7dca + a0484ee commit 26fafe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ RUN /bin/bash -c "source activate snakes && python setup.py install"
5252
RUN /bin/bash -c "source activate snakes && conda install bokeh=0.12.7"
5353

5454
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"
5656
RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py jupyter_geppetto"
5757
RUN /bin/bash -c "source activate snakes && jupyter serverextension enable --py jupyter_geppetto"
5858
RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py widgetsnbextension"
5959

6060
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
6262
WORKDIR /home/jovyan/netpyne_workspace
6363
CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token=''"

0 commit comments

Comments
 (0)