Skip to content

Commit 28e6c40

Browse files
authored
Merge pull request #102 from MetaCell/change_netpyne_workspace_branch
change netpyne_workspace branch in docker
2 parents 6f5137e + f0170d5 commit 28e6c40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN /bin/bash -c "source activate snakes && jupyter serverextension enable --py
1212
RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py widgetsnbextension"
1313

1414
WORKDIR /home/jovyan
15-
RUN git clone --branch CNS18 https://github.com/Neurosim-lab/netpyne_workspace
15+
RUN git clone --branch v0.5 https://github.com/Neurosim-lab/netpyne_workspace
1616
WORKDIR /home/jovyan/netpyne_workspace
1717

1818
# Uncomment to run travis using this Dockerfile

0 commit comments

Comments
 (0)