Skip to content

Commit

Permalink
ffmpeg download stuck, temporarily bypass (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhangpurdue committed Mar 15, 2024
1 parent 6104666 commit c0b08d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .dev_scripts/dockerci.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

# install dependencies for ci
wget -O ffmpeg.tar.xz https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz
tar xvf ffmpeg.tar.xz
#wget -O ffmpeg.tar.xz https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz
#tar xvf ffmpeg.tar.xz
export export PATH=`pwd`:$PATH
pip install torch
export CODE_INTERPRETER_WORK_DIR=${GITHUB_WORKSPACE}
Expand Down

0 comments on commit c0b08d3

Please sign in to comment.