Skip to content

Commit

Permalink
chore(deps): update nvidia/cuda docker tag to v12.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent 2a4f74e commit 9fdd479
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.3.1-devel-ubuntu22.04
FROM nvidia/cuda:12.3.2-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.3.1-base-ubuntu22.04
FROM nvidia/cuda:12.3.2-base-ubuntu22.04

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

0 comments on commit 9fdd479

Please sign in to comment.