Skip to content

Commit

Permalink
build(deps): bump nvidia/cuda in the dependencies group (#137)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 1 update: nvidia/cuda.


Updates `nvidia/cuda` from 12.3.2-runtime-ubuntu22.04 to 12.4.0-runtime-ubuntu22.04

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 1f28b39 commit 7912f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.cuda-build
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN xcaddy build \
--with github.com/mholt/caddy-ratelimit


FROM nvidia/cuda:12.3.2-runtime-ubuntu22.04
FROM nvidia/cuda:12.4.0-runtime-ubuntu22.04

ENV HOME /home/user
ENV PYTHONUNBUFFERED 1
Expand Down

0 comments on commit 7912f86

Please sign in to comment.