Skip to content

Commit 62b8c26

Browse files
committed
avoid broken ffmpeg
1 parent 7da63de commit 62b8c26

File tree

1 file changed

+1
-1
lines changed
  • build/COPY_ROOT/opt/ai-dock/bin/build/layer0

1 file changed

+1
-1
lines changed

build/COPY_ROOT/opt/ai-dock/bin/build/layer0/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
source /opt/ai-dock/etc/environment.sh
66

77
if [[ $PYTORCH_VERSION == "2.0.1" ]]; then
8-
ffmpeg_version="4.3"
8+
ffmpeg_version="4.2"
99
else
1010
ffmpeg_version="6.*"
1111
fi

0 commit comments

Comments
 (0)