Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove extraneous package types / install methods #32

Open
ajschmidt8 opened this issue May 18, 2022 · 1 comment
Open

Remove extraneous package types / install methods #32

ajschmidt8 opened this issue May 18, 2022 · 1 comment

Comments

@ajschmidt8
Copy link
Member

ajschmidt8 commented May 18, 2022

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.

@ajschmidt8
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant