Skip to content

Commit

Permalink
Merge pull request #39 from Andrew-Su-0718/base
Browse files Browse the repository at this point in the history
[Hotfix][base]: change base os from ubuntu20.04 to ubuntu22.04
  • Loading branch information
Andrew-Su-0718 authored Sep 6, 2024
2 parents 4bb989e + 9790210 commit acec18d
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_jupyter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

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

jobs:
Expand Down
2 changes: 1 addition & 1 deletion base/jupyter/jupyter-1.8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# NOTE: Use the Makefiles to build this image correctly.
#

ARG BASE_IMG=saz0568/zelos-image:jupyter-base-cu11.8
ARG BASE_IMG=saz0568/zelos-image:jupyter-base-cu11.8-ubuntu22.04
FROM $BASE_IMG

ARG TARGETARCH=amd64
Expand Down

0 comments on commit acec18d

Please sign in to comment.