Skip to content

Commit

Permalink
Use cuda-version instead of cudatoolkit for conda pack
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Jul 25, 2023
1 parent 9501310 commit 9daa448
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 9daa448

Please sign in to comment.