/gpuci-tools

User tools for use within the gpuCI environment

Primary LanguageShellApache License 2.0Apache-2.0

gpuci-tools Build Status Build Status Anaconda-Server Badge Anaconda-Server Badge Anaconda-Server Badge

User tools for use within the gpuCI environment

Install gpuCI tools

conda method w/o mamba

conda install -c gpuci gpuci-tools

conda method w/ mamba

conda install -c gpuci -c conda-forge gpuci-tools mamba

curl method

curl -s https://raw.githubusercontent.com/rapidsai/gpuci-tools/main/install.sh | bash
source ~/.bashrc
cd ~

git method

git clone https://github.com/rapidsai/gpuci-tools.git .gpuci
chmod +x .gpuci/tools/*
export PATH="$PWD/.gpuci/tools:$PATH"