We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f5137e + f0170d5 commit 28e6c40Copy full SHA for 28e6c40
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