-
Notifications
You must be signed in to change notification settings - Fork 15
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
Publish as a Github Action workflow step #5
Comments
The mentioned action currently does not allow to install only specific subpackages on Ubuntu, and also installs samples. |
Perhaps then there is sufficient reason for this to exist as another published action in the Marketplace! |
cuda-toolkit on the marketplace is broken and not well maintained. It emits node v12 deprecation warnings, and although someone has opened Jimver/cuda-toolkit#193 to fix that, the maintainer doesn't appear to be working on it. The project's last release was 7 months ago and all commits since then have just been Dependabot. Furthermore, unlike this repo, it does not support latest CUDA v12. I would very much like to see this repo packaged onto the GitHub Marketplace for GitHub Actions. |
To make your work more easily usable by others, I think you should create an
action.yml
file, and probably a few other template files:However, it looks like there is a recent addition to the Marketplace that already does this, so maybe you don't want to offer a competing option... https://github.com/marketplace/actions/cuda-toolkit
The text was updated successfully, but these errors were encountered: