File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3939WORKDIR nrn
4040RUN ./build.sh
4141RUN ./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
6565WORKDIR /home/jovyan
6666RUN git clone https://github.com/Neurosim-lab/netpyne_workspace
6767WORKDIR /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=''"
You can’t perform that action at this time.
0 commit comments