Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 29, 2024
2 parents c301510 + ad8f488 commit b3f500b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ rapids-generate-version > ./VERSION

RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})"

python -m pip wheel -v . -w dist --no-deps --disable-pip-version-check --config-settings rapidsai.disable-cuda=false
python -m pip wheel \
-v \
-w dist \
--no-deps \
--disable-pip-version-check \
--config-settings rapidsai.disable-cuda=false \
.

mkdir -p final_dist
python -m auditwheel repair \
Expand Down

0 comments on commit b3f500b

Please sign in to comment.