Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ conda install -y -c pytorch -c gwerbin \
"matplotlib" \
"faker"

# https://docs.rapids.ai/maintainers/depmgmt/
# gpuci_conda_retry remove --force rapids-build-env rapids-notebook-env
# gpuci_conda_retry install "your-pkg=1.0.0"
gpuci_conda_retry remove --force rapids-build-env rapids-notebook-env
gpuci_conda_retry install "libgcc-ng=9.3.0" "libstdcxx-ng=9.3.0" "libgfortran-ng=9.3.0"

logger "pip install git+https://github.com/rapidsai/cudatashader.git"
pip install "git+https://github.com/rapidsai/cudatashader.git"
logger "pip install mockito"
Expand Down