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

Bump nvidia/cuda from 12.6.1-devel-ubuntu22.04 to 12.6.3-devel-ubuntu22.04 in /.devcontainer #275

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump nvidia/cuda in /.devcontainer
Bumps nvidia/cuda from 12.6.1-devel-ubuntu22.04 to 12.6.3-devel-ubuntu22.04.

---
updated-dependencies:
- dependency-name: nvidia/cuda
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Dec 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit c59dd31a3ecfeeceb8e427b6283d97c5de4af8fb
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use Nvidia Ubuntu 22 base (includes CUDA if a supported GPU is present)
# https://hub.docker.com/r/nvidia/cuda
FROM nvidia/cuda:12.6.1-devel-ubuntu22.04@sha256:7a205faa1359c3eeccc283a5839f75166404e3e4b42d6a48ebe37ade8cf76ade
FROM nvidia/cuda:12.6.3-devel-ubuntu22.04@sha256:d49bb8a4ff97fb5fe477947a3f02aa8c0a53eae77e11f00ec28618a0bcaa2ad1

ARG PYTHON_VERSION