Skip to content

Commit

Permalink
chore(deps): update nvidia/cuda docker tag to v12.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 31, 2024
1 parent 5648d67 commit 5b40ee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base-devel.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pull from devel image instead of base
FROM nvidia/cuda:12.1.1-devel-ubuntu22.04
FROM nvidia/cuda:12.5.0-devel-ubuntu22.04

# Set bash as the default shell
ENV SHELL=/bin/bash
Expand Down
2 changes: 1 addition & 1 deletion base.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:12.1.1-base-ubuntu22.04
FROM nvidia/cuda:12.5.0-base-ubuntu22.04

# Set bash as the default shell
ENV SHELL=/bin/bash
Expand Down

0 comments on commit 5b40ee5

Please sign in to comment.