Skip to content

Commit

Permalink
Use cuda-version instead of cudatoolkit for conda pack (#667)
Browse files Browse the repository at this point in the history
Just use the newer `cuda-version` to select the CUDA version. This will pull in the appropriate packaged based on whether it is CUDA 11 or 12.

Fixes: https://github.com/rapidsai/integration/actions/runs/5661037594/job/15338557625#step:7:48

Authors:
  - Ray Douglass (https://github.com/raydouglass)

Approvers:
  - https://github.com/jakirkham
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #667
  • Loading branch information
raydouglass authored Jul 25, 2023
1 parent 9501310 commit 9ac0f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/conda-pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ echo "Creating conda environment $CONDA_ENV_NAME"
rapids-mamba-retry create -y -n $CONDA_ENV_NAME \
-c $CONDA_USERNAME -c conda-forge -c nvidia \
"rapids=$RAPIDS_VER" \
"cudatoolkit=$RAPIDS_CUDA_VERSION" \
"cuda-version=$RAPIDS_CUDA_VERSION" \
"python=$RAPIDS_PY_VERSION"

echo "Packing conda environment"
Expand Down

0 comments on commit 9ac0f15

Please sign in to comment.