Skip to content

Commit

Permalink
Test ow-0.9.5 branches
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed May 20, 2024
1 parent a24bdec commit 923f306
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN mkdir -p /etc/sudoers.d && \

ENV DEBIAN_FRONTEND noninteractive # TODO: change


################################################################################
######## Update/install essential libraries

Expand Down Expand Up @@ -52,15 +53,15 @@ RUN sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 10
################################################################################
######## Install NEURON simulator

RUN pip3 install neuron==8.0.1
RUN pip3 install neuron==8.2.2


################################################################################
######## Install c302 for building neuronal network models

RUN git clone https://github.com/openworm/c302.git && \
cd c302 && \
git checkout ow-0.9.4 && \
git checkout ow-0.9.5 && \
sudo pip install .

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

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


################################################################################
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile_intel
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ RUN sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 10
################################################################################
######## Install NEURON simulator

RUN pip3 install neuron==8.0.1
RUN pip3 install neuron==8.2.2


################################################################################
######## Install c302 for building neuronal network models

RUN git clone https://github.com/openworm/c302.git && \
cd c302 && \
git checkout ow-0.9.4 && \
git checkout ow-0.9.5 && \
sudo pip install .

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

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


################################################################################
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.4
0.9.5

0 comments on commit 923f306

Please sign in to comment.