Skip to content

Commit

Permalink
adde rockylinux gcc.
Browse files Browse the repository at this point in the history
  • Loading branch information
CusiniM committed Jul 8, 2024
1 parent 4719278 commit 649c014
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/docker_build_tpls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
- name: Centos (7.7, gcc 8.3.1, open-mpi 1.10.7, cuda 11.8.89)
DOCKER_REPOSITORY: geosx/centos7.7-gcc8.3.1-cuda11.8.89
DOCKERFILE: docker/tpl-centos-gcc-cuda.Dockerfile
- name: Rockylinux (8, gcc , cuda 12.5)
DOCKER_REPOSITORY: geosx/rockylinux8-gcc-cuda12.5
DOCKERFILE: docker/tpl-rockylinux-gcc-cuda-12.Dockerfile
- name: Rockylinux (8, clang 17.0.6, cuda 12.5)
DOCKER_REPOSITORY: geosx/rockylinux8-clang17-cuda12.5
DOCKERFILE: docker/tpl-rockylinux-clang-cuda-12.Dockerfile
Expand Down
1 change: 0 additions & 1 deletion docker/tpl-centos-gcc-cuda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo && \
sed -i s/^#.*baseurl=http/baseurl=https/g /etc/yum.repos.d/*.repo && \
sed -i s/^mirrorlist=http/#mirrorlist=https/g /etc/yum.repos.d/*.repo


# Using gcc 8.3.1 provided by the Software Collections (SCL).
RUN yum install -y \
centos-release-scl
Expand Down

0 comments on commit 649c014

Please sign in to comment.