Skip to content

Commit bb9ad6e

Browse files
author
Markus Perl
committed
ubuntu update
1 parent 81886b9 commit bb9ad6e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ jobs:
8989
- name: pull base image
9090
id: cuda_ubuntu_pull
9191
run: |
92-
docker pull nvidia/cuda:11.4.2-devel-ubuntu22.04
92+
docker pull nvidia/cuda:11.8.0-devel-ubuntu22.04
9393
docker pull ubuntu:22.04
9494
- name: run if cuda_ubuntu_pull failed
9595
if: failure() && steps.cuda_ubuntu_pull.outcome == 'failure'
9696
run: |
97-
docker pull nvidia/cuda:11.4.2-devel-ubuntu22.04
97+
docker pull nvidia/cuda:11.8.0-devel-ubuntu22.04
9898
docker pull ubuntu:22.04
9999
- name: build ffmpeg
100100
run: |

cuda-ubuntu.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG VER=20.04
1+
ARG VER=22.04
22

3-
FROM nvidia/cuda:11.4.2-devel-ubuntu${VER} AS build
3+
FROM nvidia/cuda:11.8.0-devel-ubuntu${VER} AS build
44

55
ENV DEBIAN_FRONTEND noninteractive
66
ENV NVIDIA_VISIBLE_DEVICES all

0 commit comments

Comments
 (0)