File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ RUN mkdir -p /etc/sudoers.d && \
20
20
21
21
ENV DEBIAN_FRONTEND noninteractive # TODO: change
22
22
23
+
23
24
# ###############################################################################
24
25
# ####### Update/install essential libraries
25
26
@@ -52,15 +53,15 @@ RUN sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 10
52
53
# ###############################################################################
53
54
# ####### Install NEURON simulator
54
55
55
- RUN pip3 install neuron==8.0.1
56
+ RUN pip3 install neuron==8.2.2
56
57
57
58
58
59
# ###############################################################################
59
60
# ####### Install c302 for building neuronal network models
60
61
61
62
RUN git clone https://github.com/openworm/c302.git && \
62
63
cd c302 && \
63
- git checkout ow-0.9.4 && \
64
+ git checkout ow-0.9.5 && \
64
65
sudo pip install .
65
66
66
67
# Note: pyNeuroML installed with the above library
@@ -74,7 +75,7 @@ RUN owm bundle remote --user add ow 'https://raw.githubusercontent.com/openworm/
74
75
75
76
RUN git clone https://github.com/openworm/sibernetic.git && \
76
77
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
78
79
79
80
80
81
# ###############################################################################
Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ RUN sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 10
53
53
################################################################################
54
54
######## Install NEURON simulator
55
55
56
- RUN pip3 install neuron==8.0.1
56
+ RUN pip3 install neuron==8.2.2
57
57
58
58
59
59
################################################################################
60
60
######## Install c302 for building neuronal network models
61
61
62
62
RUN git clone https://github.com/openworm/c302.git && \
63
63
cd c302 && \
64
- git checkout ow-0.9.4 && \
64
+ git checkout ow-0.9.5 && \
65
65
sudo pip install .
66
66
67
67
# Note: pyNeuroML installed with the above library
@@ -75,7 +75,7 @@ RUN owm bundle remote --user add ow 'https://raw.githubusercontent.com/openworm/
75
75
76
76
RUN git clone https://github.com/openworm/sibernetic.git && \
77
77
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
79
79
80
80
81
81
################################################################################
Original file line number Diff line number Diff line change 1
- 0.9.4
1
+ 0.9.5
You can’t perform that action at this time.
0 commit comments