Skip to content

Commit

Permalink
avoid broken ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Dec 17, 2023
1 parent 7da63de commit 46ae98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/COPY_ROOT/opt/ai-dock/bin/build/layer0/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
source /opt/ai-dock/etc/environment.sh

if [[ $PYTORCH_VERSION == "2.0.1" ]]; then
ffmpeg_version="4.3"
ffmpeg_version="4.4"
else
ffmpeg_version="6.*"
fi
Expand Down

0 comments on commit 46ae98c

Please sign in to comment.