Open Issues Need Help
View All on GitHubAI Summary: Investigate and implement improved compatibility for `canhazgpu` with containerized environments, specifically addressing the use of `NVIDIA_VISIBLE_DEVICES` to simplify GPU reservation within containers and potentially enhance the user experience by streamlining the process of setting the appropriate environment variables for both containerized and non-containerized workflows.
AI Summary: Implement a `--short` flag for the `canhazgpu reserve` command. This flag should output only the CUDA_VISIBLE_DEVICES string, suitable for direct use in environment variable assignments, without any other descriptive text.
AI Summary: Implement GitHub Actions workflows to automate testing and linting of the `canhazgpu` project before each commit and pull request. This involves configuring the workflows to run appropriate linters (e.g., golangci-lint) and tests, and potentially setting up reporting mechanisms for failures.