Commit 43ed1f0
authored
[CI] Add a container for release builds (#19289)
Our public releases should satisfy these requirements -
https://vfxplatform.com Among them - glibc 2.28. The best way to achieve
it - is to use ASWF images, which already have the required env.
I've created a container based on aswf/ci-base:2025.1. The original
image already contains CUDA SDK, but not ROCm. So I've additionally
installed it using
https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/quick-start.html
for RHEL 8.10.1 parent 970e2ef commit 43ed1f0
2 files changed
Lines changed: 31 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
0 commit comments