Skip to content

Commit

Permalink
build(deps): bump nvidia/cuda in the dependencies group
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.4.1-runtime-ubuntu22.04 to 12.5.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 12, 2024
1 parent 65a007c commit 89c4d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.backend
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN curl -sSL https://install.python-poetry.org | python -
RUN poetry install --without dev --no-root


FROM nvidia/cuda:12.4.1-runtime-ubuntu22.04
FROM nvidia/cuda:12.5.0-runtime-ubuntu22.04

ENV HOME /home/user
ENV PYTHONUNBUFFERED 1
Expand Down

0 comments on commit 89c4d7f

Please sign in to comment.