Skip to content

Commit

Permalink
Upgrade to alpine3.21, CUDA 12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ioppermann committed Feb 3, 2025
1 parent 8e7c445 commit 8a88add
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_base_ubuntu-cuda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
strategy:
matrix:
include:
- cuda: 11
platforms: linux/amd64
- cuda: 12
platforms: linux/amd64
steps:
Expand Down
2 changes: 1 addition & 1 deletion Build.alpine.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FFMPEG BASE PACKAGES
OS_NAME=alpine
OS_VERSION=3.20
OS_VERSION=3.21
FFMPEG_VERSION=7.1
4 changes: 2 additions & 2 deletions Build.ubuntu.cuda12.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FFMPEG CUDA PACKAGES
OS_NAME=ubuntu
OS_VERSION=24.04
CUDA_VERSION=12.6.1
FFNVCODEC_VERSION=12.1.14.0
CUDA_VERSION=12.8.0
FFNVCODEC_VERSION=12.2.72.0
FFMPEG_VERSION=7.1

0 comments on commit 8a88add

Please sign in to comment.