From c3ce08ae342b759aff15a6abc0943c2179dcbe46 Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Fri, 7 Mar 2025 17:50:08 -0500 Subject: [PATCH] use gh mirror for ffnvcodec --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fc7a96c..3eb93a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -181,7 +181,7 @@ RUN \ mkdir -p /tmp/ffnvcodec && \ git clone \ --branch ${NVCODEC} \ - --depth 1 https://git.videolan.org/git/ffmpeg/nv-codec-headers.git \ + --depth 1 https://github.com/FFmpeg/nv-codec-headers.git \ /tmp/ffnvcodec RUN \ echo "**** compiling ffnvcodec ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 733571f..49db205 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -146,7 +146,7 @@ RUN \ mkdir -p /tmp/ffnvcodec && \ git clone \ --branch ${NVCODEC} \ - --depth 1 https://git.videolan.org/git/ffmpeg/nv-codec-headers.git \ + --depth 1 https://github.com/FFmpeg/nv-codec-headers.git \ /tmp/ffnvcodec RUN \ echo "**** compiling ffnvcodec ****" && \