mike-wendt / gpuci-tools

User tools for use within the gpuCI environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

conda install -c gpuci gpuci-tools

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"

About

User tools for use within the gpuCI environment

License:Apache License 2.0


Languages

Language:Shell 100.0%