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-base-ubuntu22.04 to 12.5.0-base-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] committed Jun 19, 2024
1 parent 73b76b1 commit 7a2f5e2
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 @@ -18,7 +18,7 @@ FROM curlimages/curl:latest as curl-builder
RUN curl -O https://raw.githubusercontent.com/tesseract-ocr/tessdata/main/eng.traineddata


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

ENV HOME /home/user
ENV PYTHONUNBUFFERED 1
Expand Down

0 comments on commit 7a2f5e2

Please sign in to comment.