Skip to content

Commit 923f306

Browse files
committed
Test ow-0.9.5 branches
1 parent a24bdec commit 923f306

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN mkdir -p /etc/sudoers.d && \
2020

2121
ENV DEBIAN_FRONTEND noninteractive # TODO: change
2222

23+
2324
################################################################################
2425
######## Update/install essential libraries
2526

@@ -52,15 +53,15 @@ RUN sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 10
5253
################################################################################
5354
######## Install NEURON simulator
5455

55-
RUN pip3 install neuron==8.0.1
56+
RUN pip3 install neuron==8.2.2
5657

5758

5859
################################################################################
5960
######## Install c302 for building neuronal network models
6061

6162
RUN git clone https://github.com/openworm/c302.git && \
6263
cd c302 && \
63-
git checkout ow-0.9.4 && \
64+
git checkout ow-0.9.5 && \
6465
sudo pip install .
6566

6667
# Note: pyNeuroML installed with the above library
@@ -74,7 +75,7 @@ RUN owm bundle remote --user add ow 'https://raw.githubusercontent.com/openworm/
7475

7576
RUN git clone https://github.com/openworm/sibernetic.git && \
7677
cd sibernetic && \
77-
git checkout ow-0.9.4 # fixed to a specific branch
78+
git checkout ow-0.9.5 # fixed to a specific branch
7879

7980

8081
################################################################################

Dockerfile_intel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ RUN sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 10
5353
################################################################################
5454
######## Install NEURON simulator
5555

56-
RUN pip3 install neuron==8.0.1
56+
RUN pip3 install neuron==8.2.2
5757

5858

5959
################################################################################
6060
######## Install c302 for building neuronal network models
6161

6262
RUN git clone https://github.com/openworm/c302.git && \
6363
cd c302 && \
64-
git checkout ow-0.9.4 && \
64+
git checkout ow-0.9.5 && \
6565
sudo pip install .
6666

6767
# Note: pyNeuroML installed with the above library
@@ -75,7 +75,7 @@ RUN owm bundle remote --user add ow 'https://raw.githubusercontent.com/openworm/
7575

7676
RUN git clone https://github.com/openworm/sibernetic.git && \
7777
cd sibernetic && \
78-
git checkout ow-0.9.4 # fixed to a specific branch
78+
git checkout ow-0.9.5 # fixed to a specific branch
7979

8080

8181
################################################################################

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.4
1+
0.9.5

0 commit comments

Comments
 (0)