Skip to content

Commit a44f4e8

Browse files
build(deps): bump nvidia/cuda
Bumps nvidia/cuda from 12.6.2-cudnn-runtime-ubuntu24.04 to 12.6.3-cudnn-runtime-ubuntu24.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>
1 parent aa833b5 commit a44f4e8

File tree

1 file changed

+1
-1
lines changed
  • src/sample_pytorch_gpu_project/.devcontainer

1 file changed

+1
-1
lines changed

src/sample_pytorch_gpu_project/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# leverage multi-stage build and copy python binaries to cuda container
22
FROM python:3.11.11 as python
3-
FROM nvidia/cuda:12.6.2-cudnn-runtime-ubuntu24.04
3+
FROM nvidia/cuda:12.6.3-cudnn-runtime-ubuntu24.04
44
COPY --from=python /usr/local/ /usr/local/
55

66
RUN apt-get update \

0 commit comments

Comments
 (0)