Skip to content

Commit

Permalink
Revert to trying the gpu build to see if this fixes the cudf issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed May 12, 2022
1 parent 97a480d commit 8490157
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pipeline {
timeout(time: 4, unit: 'HOURS')
}
environment {
PARALLEL_LEVEL = '16'
PARALLEL_LEVEL = '10'
PYTHON_VER = '3.8'
RAPIDS_VER = '21.10'
CUDA_VER = '11.4'
Expand All @@ -43,7 +43,8 @@ pipeline {
agent {
docker {
image 'gpuci/rapidsai-driver:21.10-cuda11.4-devel-ubuntu20.04-py3.8'
label 'cpu4'
label 'driver-495'
args '--runtime "nvidia" -e "NVIDIA_VISIBLE_DEVICES=$EXECUTOR_NUMBER"'
}
}
steps {
Expand Down

0 comments on commit 8490157

Please sign in to comment.