Skip to content

Commit b3f12fe

Browse files
authored
1 parent bd41a2f commit b3f12fe

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
@@ -35,7 +35,7 @@ RUN apt-get install -y \
3535
libpng-dev
3636

3737
# Install latest iv and NEURON
38-
RUN git clone https://github.com/adamjhn/nrn.git #--branch 7.6.1crxd
38+
RUN git clone --branch 7.6.1crxd https://github.com/adamjhn/nrn.git
3939
WORKDIR nrn
4040
RUN ./build.sh
4141
RUN ./configure --without-x --with-nrnpython=python2 --without-paranrn --prefix="/home/jovyan/work/nrn/" --without-iv
@@ -65,4 +65,4 @@ RUN /bin/bash -c "source activate snakes && exec python install.py branch $netpy
6565
WORKDIR /home/jovyan
6666
RUN git clone https://github.com/Neurosim-lab/netpyne_workspace
6767
WORKDIR /home/jovyan/netpyne_workspace
68-
CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token=''"
68+
CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token=''"

0 commit comments

Comments
 (0)