File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# Install
55set -euo pipefail
66
7- # RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen $ {RAPIDS_CUDA_VERSION}) "
8- RAPIDS_PY_CUDA_SUFFIX=12
7+ RAPIDS_PY_CUDA_SUFFIX=" cu $ {RAPIDS_CUDA_VERSION:- 12} "
8+
99# TODO: set this to main once dask-cudf is compatible
1010# DASK_VERSION=main
1111DASK_VERSION=2024.12.1
1212export PIP_YES=true
1313export PIP_PRE=true
1414
15- # Should this use nightly wheels or rapids-download-wheels-from-s3?
16-
1715pip install --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple \
18- " cudf-cu12" \
19- " dask-cudf-cu12" \
16+ " cudf-${RAPIDS_PY_CUDA_SUFFIX} " \
17+ " dask-cudf-${RAPIDS_PY_CUDA_SUFFIX} " \
18+ " ucx-py-${RAPIDS_PY_CUDA_SUFFIX} " \
2019 " scipy" \
21- " ucx" \
2220 " dask-cuda"
2321
2422echo " Installing dask@{DASK_VERSION}"
@@ -35,4 +33,4 @@ pip uninstall dask distributed
3533cd dask && git clean -fdx && git checkout $DASK_VERSION && pip install -e .[test] && cd ..
3634cd distributed && git clean -fdx && git checkout $DASK_VERSION && pip install -e . && cd ..
3735
38- ./scripts/test
36+ ./scripts/test.sh
You can’t perform that action at this time.
0 commit comments