File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 build-linux :
1212 name : build in native linux
13- runs-on : ubuntu-22 .04
13+ runs-on : ubuntu-24 .04
1414 steps :
1515 - name : Checkout code
1616 uses : actions/checkout@v4
@@ -59,19 +59,19 @@ jobs:
5959
6060 build-docker :
6161 name : build in docker
62- runs-on : ubuntu-22 .04
62+ runs-on : ubuntu-24 .04
6363 steps :
6464 - name : Checkout code
6565 uses : actions/checkout@v4
6666
6767 - name : pull base image
6868 id : ubuntu_pull
6969 run : |
70- docker pull ubuntu:22 .04
70+ docker pull ubuntu:24 .04
7171 - name : run if ubuntu_pull failed
7272 if : failure() && steps.ubuntu_pull.outcome == 'failure'
7373 run : |
74- docker pull ubuntu:22 .04
74+ docker pull ubuntu:24 .04
7575 - name : build ffmpeg
7676 run : |
7777 docker build -t ffmpeg:ubuntu -f Dockerfile .
Original file line number Diff line number Diff line change 1- FROM ubuntu:22 .04 AS build
1+ FROM ubuntu:24 .04 AS build
22
33ENV DEBIAN_FRONTEND noninteractive
44
@@ -13,7 +13,7 @@ COPY ./build-ffmpeg /app/build-ffmpeg
1313
1414RUN SKIPINSTALL=yes /app/build-ffmpeg --build
1515
16- FROM ubuntu:22 .04
16+ FROM ubuntu:24 .04
1717
1818ENV DEBIAN_FRONTEND noninteractive
1919
Original file line number Diff line number Diff line change 11ARG CUDAVER=12.2.2
2- ARG UBUNTUVER=22 .04
2+ ARG UBUNTUVER=24 .04
33
44FROM nvidia/cuda:${CUDAVER}-devel-ubuntu${UBUNTUVER} AS build
55
Original file line number Diff line number Diff line change 1- FROM ubuntu:22 .04 AS build
1+ FROM ubuntu:24 .04 AS build
22
33ENV DEBIAN_FRONTEND=noninteractive
44ENV NVIDIA_VISIBLE_DEVICES=all
You can’t perform that action at this time.
0 commit comments