Skip to content

Commit

Permalink
chore: bump cuda base version to a more recent one
Browse files Browse the repository at this point in the history
Signed-off-by: SdgJlbl <[email protected]>
  • Loading branch information
SdgJlbl committed Sep 17, 2024
1 parent 70c89f1 commit 8551a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/248.changed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cuda base docker image is now `nvidia/cuda:12.6.1-runtime-ubuntu24.04`
2 changes: 1 addition & 1 deletion substrafl/remote/register/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"""

_GPU_BASE_IMAGE = """
FROM nvidia/cuda:11.8.0-runtime-ubuntu22.04
FROM nvidia/cuda:12.6.1-runtime-ubuntu24.04
# update image & install Python
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 8551a2e

Please sign in to comment.