File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111
1212 runs-on : ubuntu-latest
1313 container :
14- image : dealii/dealii:v9.5 .0-jammy
14+ image : dealii/dealii:v9.6 .0-jammy
1515 options : --user root --env OMPI_ALLOW_RUN_AS_ROOT=1 --env OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
1616
1717 steps :
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 container :
15- image : dealii/dealii:v9.5 .0-jammy
15+ image : dealii/dealii:v9.6 .0-jammy
1616 options : --user root --env OMPI_ALLOW_RUN_AS_ROOT=1 --env OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
1717
1818 steps :
3232 runs-on : ubuntu-latest
3333
3434 container :
35- image : dealii/dealii:v9.5 .0-jammy
35+ image : dealii/dealii:v9.6 .0-jammy
3636 options : --user root --env OMPI_ALLOW_RUN_AS_ROOT=1 --env OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
3737
3838 steps :
Original file line number Diff line number Diff line change 1- 9.5 .0
1+ 9.6 .0
Original file line number Diff line number Diff line change 1- FROM dealii/dealii:v9.5 .0-jammy
1+ FROM dealii/dealii:v9.6 .0-jammy
22
33# pi-BEM master image
44RUN git clone https://github.com/mathLab/pi-BEM/ &&\
Original file line number Diff line number Diff line change 11#! /bin/bash
2- docker run --user $( id -u) :$( id -g) -i -t --rm -P -v ` pwd` :/app:rw dealii/dealii:v9.5 .0-jammy /bin/sh -c " cd /app; $@ "
2+ docker run --user $( id -u) :$( id -g) -i -t --rm -P -v ` pwd` :/app:rw dealii/dealii:v9.6 .0-jammy /bin/sh -c " cd /app; $@ "
You can’t perform that action at this time.
0 commit comments