Skip to content

Commit

Permalink
Merge pull request #35 from troykelly/34-add-cuda-1201
Browse files Browse the repository at this point in the history
Adding CUDA 12.0.1, using ffmpeg 6.0
  • Loading branch information
troykelly authored Mar 2, 2023
2 parents 2ca12f1 + 7fb6eab commit c52e5f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion xteve/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c52e5f6

Please sign in to comment.