File tree Expand file tree Collapse file tree 7 files changed +68
-67
lines changed Expand file tree Collapse file tree 7 files changed +68
-67
lines changed Original file line number Diff line number Diff line change 1
- name : Docker Image Test Build - Intel drivers
1
+ name : Docker Image Build - Intel drivers
2
2
3
3
on :
4
4
push :
18
18
- name : Build the Docker image
19
19
run : |
20
20
chmod a+w output/
21
- ls -alt
21
+ ls -alth
22
22
./build_intel.sh
23
23
24
24
- name : Info on Docker images
Original file line number Diff line number Diff line change 1
- name : Docker Image Test - quick
1
+ name : Docker Image Quick Run
2
2
3
3
on :
4
4
push :
17
17
- name : Build the Docker image
18
18
run : |
19
19
chmod a+w output/
20
- ls -alt
20
+ ls -alth
21
21
./build.sh
22
22
- name : Info on Docker images
23
23
run : |
Original file line number Diff line number Diff line change 1
- name : Docker Image Test Build
1
+ name : Docker Image Build & Run
2
2
3
3
on :
4
4
push :
17
17
- name : Build the Docker image
18
18
run : |
19
19
chmod a+w output/
20
- ls -alt
20
+ ls -alth
21
21
./build.sh
22
22
- name : Info on Docker images
23
23
run : |
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
@@ -60,7 +61,7 @@ RUN pip3 install neuron==8.0.1
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 @@ -61,7 +61,7 @@ RUN pip3 install neuron==8.0.1
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
################################################################################
Load Diff Large diffs are not rendered by default.
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