We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d559d commit 8ac2cbaCopy full SHA for 8ac2cba
.github/workflows/build-container.yml
@@ -27,10 +27,8 @@ jobs:
27
base:
28
- image: 'docker.io/centos:centos7'
29
tag_str: 'el7'
30
- - image: 'quay.io/centos/centos:stream8'
31
- tag_str: 'el8'
32
- image: 'docker.io/library/almalinux:8'
33
- tag_str: 'al8'
+ tag_str: 'el8'
34
- image: 'quay.io/almalinux/almalinux:9'
35
tag_str: 'el9'
36
- image: 'nvidia/cuda:11.8.0-runtime-rockylinux8'
0 commit comments