You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
This repository is just a collection of shell scripts. It has no external dependencies and can be installed simply with one of the wget ... | tar ... commands below:
# as root
wget https://github.com/rapidsai/gpuci-tools/releases/latest/download/tools.tar.gz -O - | tar -xz -C /usr/local/bin
# as non-root
wget https://github.com/rapidsai/gpuci-tools/releases/latest/download/tools.tar.gz -O - | sudo tar -xz -C /usr/local/bin
# or
wget https://github.com/rapidsai/gpuci-tools/releases/latest/download/tools.tar.gz -O - | tar -xz -C ~/.local/bin
Therefore, having other package types and install scripts, like a conda package and install.sh, just represents unnecessary overhead for us to maintain. Especially the conda package, which requires us to manage a job with a set of credentials to upload to Anaconda.org.
With #27 merged, every set of changes is automatically uploaded to a new GitHub release.
With all that being said, I think we should remove the conda package, the install.sh script, and update the README.md to reflect these changes in order to keep this repository as simple as possible.
The text was updated successfully, but these errors were encountered:
It seems that there are some external users that we may need to alert of this change below, but I don't think that should stop us from making these changes to simplify things.
This repository is just a collection of shell scripts. It has no external dependencies and can be installed simply with one of the
wget ... | tar ...
commands below:Therefore, having other package types and install scripts, like a
conda
package and install.sh, just represents unnecessary overhead for us to maintain. Especially theconda
package, which requires us to manage a job with a set of credentials to upload to Anaconda.org.With #27 merged, every set of changes is automatically uploaded to a new GitHub release.
With all that being said, I think we should remove the
conda
package, theinstall.sh
script, and update the README.md to reflect these changes in order to keep this repository as simple as possible.The text was updated successfully, but these errors were encountered: