Skip to content

Commit

Permalink
[Hotfix][base]: change base os from ubuntu20.04 to ubuntu22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
anzhe.su committed Sep 6, 2024
1 parent 48b2cfc commit cc2c592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_base_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
IMAGE_NAME: jupyter
VERSION: base-cu11.8
VERSION: base-cu11.8-ubuntu22.04
DOCKERFILE: Dockerfile

jobs:
Expand Down
2 changes: 1 addition & 1 deletion base/cuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

# ARG BASE_IMG=nvcr.io/nvidia/cuda:11.4.3-cudnn8-devel-ubuntu20.04
ARG BASE_IMG=nvcr.io/nvidia/cuda:11.8.0-cudnn8-devel-ubuntu20.04
ARG BASE_IMG=nvcr.io/nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
FROM $BASE_IMG

ARG TARGETARCH=amd64
Expand Down

0 comments on commit cc2c592

Please sign in to comment.