We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d122fe commit 140068fCopy full SHA for 140068f
ffmpeg/Dockerfile
@@ -52,7 +52,6 @@ RUN set -xe && \
52
WORKDIR /usr/local/ffmpeg_sources
53
RUN set -xe && \
54
git -C /usr/local/ffmpeg_sources/x264 pull 2> /dev/null || \
55
-# git clone --depth 1 https://git.videolan.org/git/x264 && \
56
git clone --depth 1 https://code.videolan.org/videolan/x264 && \
57
cd /usr/local/ffmpeg_sources/x264 && \
58
./configure --enable-static --enable-pic && \
@@ -173,4 +172,4 @@ LABEL ai.backend.kernelspec="1" \
173
172
ai.backend.runtime-type="python" \
174
ai.backend.runtime-path="/usr/local/bin/ffmpeg"
175
176
-WORKDIR /home/work
+WORKDIR /home/work
0 commit comments