File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
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 @@ -53,7 +53,7 @@ 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.2.2
56
+ RUN pip3 install neuron==8.0.1
57
57
58
58
59
59
# ###############################################################################
You can’t perform that action at this time.
0 commit comments