Skip to content

Commit fc9bd18

Browse files
committed
[dockerfiles] Use temporary image to test rocgdb's CI job
Use a temporary image that contains the dependencies we need.
1 parent a047ef5 commit fc9bd18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
continue-on-error: ${{ fromJSON(inputs.component).expect_failure == true }}
3232
timeout-minutes: 210
3333
container:
34-
image: ${{ inputs.platform == 'linux' && 'ghcr.io/rocm/no_rocm_image_ubuntu24_04@sha256:4150afe4759d14822f0e3f8930e1124f26e11f68b5c7b91ec9a02b20b1ebbb98' || null }}
34+
image: ${{ inputs.platform == 'linux' && 'ghcr.io/rocm/no_rocm_image_ubuntu24_04_extended@sha256:78879bd2813eda99e144b8ed76eda8dae969bd062c6d412f3c02fc90d989e29f' || null }}
3535
# --ulimit memlock=-1:-1 - Prevents memory allocation issues with ROCm inside container
3636
# --security-opt seccomp=unconfined - enables memory mapping, and is recommended for containers running in HPC environments
3737
# --env-file /etc/podinfo/gha-gpu-isolation-settings - Required for GPU isolation on OSSCI MIXXX runners

0 commit comments

Comments
 (0)