Replace check_cuda.sh with an appropriate Python script (New)#1727
Closed
Replace check_cuda.sh with an appropriate Python script (New)#1727
check_cuda.sh with an appropriate Python script (New)#1727Conversation
this script will use microk8s to enable CUDA. Enabling CUDA with other K8s may be very different.
This was referenced Feb 14, 2025
Contributor
Author
|
Closing in lieu of simpler approach in #1750. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This is the next piece of the original PR #1724 that requires PR #1725.
The main changes in this PR include replacing the existing
check_cuda.shand its usages with the more or less the same functionality implemented as a Python script. The new script is namedcheck_cuda_with_mk8s.pybecause it depends on the add-on only available inmicrok8sfor enabling CUDA support. Enabling CUDA support in different Kubernetes environments is expected to be different.Resolved issues
Documentation
No changes to the Checkbox documentation.
Tests
#1725 needs to be merged before this PR to enable running the tests in the CI.