Skip to content
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

Merged
merged 5 commits into from
May 3, 2019

Conversation

dillon-cullinan
Copy link
Contributor

Script for nightly doc builds.

@cjnolet cjnolet added 2 - In Progress Currenty a work in progress Build or Dep Issues related to building the code or dependencies doc Documentation labels May 1, 2019
@cjnolet cjnolet added 3 - Ready for Review Ready for review by team and removed 2 - In Progress Currenty a work in progress labels May 1, 2019
Copy link
Member

@dantegd dantegd left a 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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# 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
Copy link
Member

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 ?

Copy link
Contributor Author

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?

@dantegd dantegd merged commit f933615 into rapidsai:branch-0.7 May 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team Build or Dep Issues related to building the code or dependencies doc Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants