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 18, 2024
1 parent 70c89f1 commit a9ce6fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion tests/remote/register/test_register.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_get_base_docker_image_cpu():

def test_get_base_docker_image_gpu():
expected_dockerfile = """
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 a9ce6fd

Please sign in to comment.