Skip to content

Commit

Permalink
Update nightly containers to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Dec 27, 2022
1 parent 6cb3c70 commit ddfe298
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .jenkins/nightly.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ pipeline {

stage('Build') {
parallel {
stage('CUDA-11.4.2') {
stage('CUDA-11.7.1') {
agent {
docker {
image 'nvidia/cuda:11.4.2-devel-ubuntu20.04'
image 'nvidia/cuda:11.7.1-devel-ubuntu22.04'
label 'NVIDIA_Tesla_V100-PCIE-32GB && nvidia-docker'
}
}
Expand Down Expand Up @@ -47,10 +47,10 @@ pipeline {
}
}
}
stage('ROCm-5.2') {
stage('ROCm-5.4') {
agent {
docker {
image 'rocm/dev-ubuntu-20.04:5.2-complete'
image 'rocm/dev-ubuntu-22.04:5.4-complete'
label 'AMD_Radeon_Instinct_MI100 && rocm-docker'
args '--device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add video --env HIP_VISIBLE_DEVICES=${HIP_VISIBLE_DEVICES}'
}
Expand Down

0 comments on commit ddfe298

Please sign in to comment.