From 7fb6eab0ea3cd411b9044663b39685567729ec81 Mon Sep 17 00:00:00 2001 From: Troy Kelly Date: Thu, 2 Mar 2023 14:12:23 +1100 Subject: [PATCH] Adding CUDA 12.0.1, using ffmpeg 6.0 Resolves #34 --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/deploy.yaml | 2 +- xteve/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1a97d2d..3d27c4a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,7 +58,7 @@ jobs: build: strategy: matrix: - version: [12.0.0, 11.8.0, 11.7.1, 11.7.0] + version: [12.0.1, 12.0.0, 11.8.0, 11.7.1, 11.7.0] os: [ubuntu22.04] name: 👷 Build CUDA ${{ matrix.version }} on ${{ matrix.os }} needs: @@ -96,7 +96,7 @@ jobs: type=ref,event=pr,prefix=${{ matrix.version }}-${{ matrix.os }}- type=sha,prefix=${{ matrix.version }}-${{ matrix.os }}- type=edge,enable=true,priority=700prefix=${{ matrix.version }}-${{ matrix.os }}-,suffix=,branch=$repo.default_branch - type=edge,enable=${{ matrix.version == '12.0.0' && matrix.os == 'ubuntu22.04' }},prefix=,suffix= + type=edge,enable=${{ matrix.version == '12.0.1' && matrix.os == 'ubuntu22.04' }},prefix=,suffix= - name: 🏗 Set up build cache id: cache diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index c41d010..2a58f3f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -60,7 +60,7 @@ jobs: deploy: strategy: matrix: - version: [12.0.0, 11.8.0, 11.7.1, 11.7.0] + version: [12.0.1, 12.0.0, 11.8.0, 11.7.1, 11.7.0] os: [ubuntu22.04] name: 👷 Build & Deploy CUDA ${{ matrix.version }} on ${{ matrix.os }} needs: diff --git a/xteve/Dockerfile b/xteve/Dockerfile index 6294c8c..3870b25 100644 --- a/xteve/Dockerfile +++ b/xteve/Dockerfile @@ -1,4 +1,4 @@ -ARG CUDA=12.0.0 +ARG CUDA=12.0.1 ARG OS=ubuntu22.04 FROM ghcr.io/aperim/nvidia-cuda-ffmpeg:${CUDA}-${OS}-latest ARG CUDA