User tools for use within the gpuCI environment
conda install -c gpuci gpuci-tools
conda install -c gpuci -c conda-forge gpuci-tools mamba
curl -s https://raw.githubusercontent.com/rapidsai/gpuci-tools/main/install.sh | bash
source ~/.bashrc
cd ~
git clone https://github.com/rapidsai/gpuci-tools.git .gpuci
chmod +x .gpuci/tools/*
export PATH="$PWD/.gpuci/tools:$PATH"