Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bb9ad6e

Browse filesBrowse files
author
Markus Perl
committed
ubuntu update
1 parent 81886b9 commit bb9ad6e
Copy full SHA for bb9ad6e

File tree

Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed

‎.github/workflows/build.yml

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+2-2Lines 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

Copy file name to clipboardExpand all lines: cuda-ubuntu.dockerfile
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.