Skip to content

Commit 140068f

Browse files
authored
Update Dockerfile
1 parent 4d122fe commit 140068f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ffmpeg/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ RUN set -xe && \
5252
WORKDIR /usr/local/ffmpeg_sources
5353
RUN set -xe && \
5454
git -C /usr/local/ffmpeg_sources/x264 pull 2> /dev/null || \
55-
# git clone --depth 1 https://git.videolan.org/git/x264 && \
5655
git clone --depth 1 https://code.videolan.org/videolan/x264 && \
5756
cd /usr/local/ffmpeg_sources/x264 && \
5857
./configure --enable-static --enable-pic && \
@@ -173,4 +172,4 @@ LABEL ai.backend.kernelspec="1" \
173172
ai.backend.runtime-type="python" \
174173
ai.backend.runtime-path="/usr/local/bin/ffmpeg"
175174

176-
WORKDIR /home/work
175+
WORKDIR /home/work

0 commit comments

Comments
 (0)