feat: add CUDA-enabled container images and document how to run containers #46
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/cuda-image"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Automated review by pr-reviewer v0.36.0 | Safety Check | Claude Sonnet 5 | tracking id
r-605d1c-d7c944This is an AI-generated review and may contain mistakes.
Status: ✅ Completed
✅ Verdict: LGTM — Purely additive CUDA image build/CI/documentation changes with no secrets, credential leaks, or breaking changes to existing pipeline.
Reviewed the diff: adds a CUDA Dockerfile, CI steps to build/tag/push a
-cudaimage variant, a Makefile target, .dockerignore entries to prevent stale local kernel artifacts from leaking into build context, and README documentation.Observations:
No exposed secrets, no obvious logic bugs, no destructive changes to existing pipeline. This is a safe, additive change.