Skip to content

Commit

Permalink
chore(deps): update nvidia/cuda docker tag to v12.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 10, 2024
1 parent d6245fc commit dcf3ad5
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.4.1-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.4.1-base-ubuntu22.04

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

0 comments on commit dcf3ad5

Please sign in to comment.