Skip to content

Commit

Permalink
Cuda upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Perl committed Nov 26, 2024
1 parent 95aee7d commit b4ad20f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ jobs:
- name: pull base image
id: cuda_ubuntu_pull
run: |
docker pull nvidia/cuda:11.8.0-devel-ubuntu22.04
docker pull nvidia/cuda:12.6.2-devel-ubuntu22.04
docker pull ubuntu:22.04
- name: run if cuda_ubuntu_pull failed
if: failure() && steps.cuda_ubuntu_pull.outcome == 'failure'
run: |
docker pull nvidia/cuda:11.8.0-devel-ubuntu22.04
docker pull nvidia/cuda:12.6.2-devel-ubuntu22.04
docker pull ubuntu:22.04
- name: build ffmpeg
run: |
Expand All @@ -113,11 +113,11 @@ jobs:
- name: pull base image
id: cuda_ubuntu_pull
run: |
docker pull nvidia/cuda:11.8.0-devel-ubuntu22.04
docker pull nvidia/cuda:12.6.2-devel-ubuntu22.04
- name: run if cuda_ubuntu_pull failed
if: failure() && steps.cuda_ubuntu_pull.outcome == 'failure'
run: |
docker pull nvidia/cuda:11.8.0-devel-ubuntu22.04
docker pull nvidia/cuda:12.6.2-devel-ubuntu22.04
- name: build ffmpeg
run: |
docker build -t ffmpeg:cuda-static -f full-static.dockerfile .
Expand Down
4 changes: 2 additions & 2 deletions cuda-ubuntu.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG CUDAVER=12.2.2
ARG UBUNTUVER=24.04
ARG CUDAVER=12.6.2
ARG UBUNTUVER=22.04

FROM nvidia/cuda:${CUDAVER}-devel-ubuntu${UBUNTUVER} AS build

Expand Down

0 comments on commit b4ad20f

Please sign in to comment.