-
Notifications
You must be signed in to change notification settings - Fork 540
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
[REVIEW] Docs build script for cuML [skip ci] #525
Conversation
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.
Two minor things, otherwise lgtm
ci/docs/build.sh
Outdated
@@ -0,0 +1,92 @@ | |||
#!/bin/bash | |||
# Copyright (c) 2018, NVIDIA CORPORATION. |
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.
# Copyright (c) 2018, NVIDIA CORPORATION. | |
# Copyright (c) 2018-2019, NVIDIA CORPORATION. |
ci/docs/build.sh
Outdated
logger "Activate conda env..." | ||
source activate gdf | ||
conda install -c rapidsai/label/cuda$CUDA_REL -c rapidsai-nightly/label/cuda$CUDA_REL -c conda-forge \ | ||
cudf=$CUDF_VERSION rmm=$RMM_VERSION |
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.
Would we need to install cudatoolkit
due to #533 ?
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 believe that is only for conda builds? It wasn't added to our gpu script. @raydouglass can you confirm if this is needed or not?
Script for nightly doc builds.