diff options
| author | seth <[email protected]> | 2024-02-27 12:44:45 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-27 12:44:45 -0500 |
| commit | 75dc10cbbad11a6328f0ca21be880f232a6b0882 (patch) | |
| tree | f79babc0b28d740078c5b47726c9a9ec6e3b1d71 | |
| parent | 3115a8862ad2bc728452ec124ee6f174eef8adfd (diff) | |
akmods/nvidia: bump driver version to 550
| -rw-r--r-- | .github/workflows/build.yaml | 6 | ||||
| -rw-r--r-- | akmods/Containerfile | 2 | ||||
| -rw-r--r-- | nvidia/Containerfile | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 88bde0e..281c788 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,10 +26,10 @@ jobs: containerfile: ./akmods/Containerfile context: ./akmods extra_tags: | - type=raw,value=39-535 + type=raw,value=39-550 build_args: | FEDORA_VERSION=39 - NVIDIA_VERSION=535 + NVIDIA_VERSION=550 secrets: akmods_key: ${{ secrets.AKMODS_KEY }} @@ -99,7 +99,7 @@ jobs: include: - image_flavor: getchblue fedora_version: 39 - nvidia_version: 535 + nvidia_version: 550 uses: ./.github/workflows/build-image.yaml with: diff --git a/akmods/Containerfile b/akmods/Containerfile index 6b4a226..5677271 100644 --- a/akmods/Containerfile +++ b/akmods/Containerfile @@ -3,7 +3,7 @@ ARG FEDORA_VERSION="${FEDORA_VERSION:-39}" FROM ${BASE_IMAGE}:${FEDORA_VERSION} as builder ARG FEDORA_VERSION -ARG NVIDIA_VERSION="${NVIDIA_VERSION:-535}" +ARG NVIDIA_VERSION="${NVIDIA_VERSION:-550}" COPY certs /tmp/certs diff --git a/nvidia/Containerfile b/nvidia/Containerfile index f19b01d..48a6e82 100644 --- a/nvidia/Containerfile +++ b/nvidia/Containerfile @@ -1,7 +1,7 @@ ARG IMAGE_FLAVOR="${IMAGE_FLAVOR:-getchblue}" ARG BASE_IMAGE="ghcr.io/getchoo/${IMAGE_FLAVOR}" ARG FEDORA_VERSION="${FEDORA_VERSION:-39}" -ARG NVIDIA_VERSION="${NVIDIA_VERSION:-535}" +ARG NVIDIA_VERSION="${NVIDIA_VERSION:-550}" FROM ghcr.io/getchoo/akmods:${FEDORA_VERSION}-${NVIDIA_VERSION} as akmods |
