-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fill in gpuCI build script #1
Conversation
rerun tests |
LINUX_VER: | ||
- ubuntu18.04 | ||
|
||
excludes: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add RAPIDS_VER
to this file, like: https://github.com/rapidsai/dask-build-environment/blob/main/ci/axis/dask.yaml
gpuci_logger "Activate conda env" | ||
. /opt/conda/etc/profile.d/conda.sh | ||
conda activate rapids |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to conda activate dask
gpuci_conda_retry env update --name rapids --file "$WORKSPACE/continuous_integration/environment-3.8.yaml" | ||
|
||
gpuci_logger "Install testing dependencies" | ||
gpuci_mamba_retry install -y \ | ||
cudf=21.08 \ | ||
cupy \ | ||
cudatoolkit=$CUDA_REL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can remove this now that the image has these dependencies: https://github.com/rapidsai/dask-build-environment/blob/main/Dockerfile#L17-L22
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually you might still need to install distributed
manually.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think distributed
should get picked up by the pip installation of Dask, but in any case it isn't being used by any of the GPU tests here so it can probably be skipped for now
rerun tests |
Looks like failures are due to |
rerun tests |
@quasiben @pentschev @raydouglass