We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f2ba90 commit f0170d5Copy full SHA for f0170d5
1 file changed
Dockerfile
@@ -12,7 +12,7 @@ RUN /bin/bash -c "source activate snakes && jupyter serverextension enable --py
12
RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py widgetsnbextension"
13
14
WORKDIR /home/jovyan
15
-RUN git clone --branch CNS18 https://github.com/Neurosim-lab/netpyne_workspace
+RUN git clone --branch v0.5 https://github.com/Neurosim-lab/netpyne_workspace
16
WORKDIR /home/jovyan/netpyne_workspace
17
18
# Uncomment to run travis using this Dockerfile
0 commit comments