Skip to content

Commit 4f074a3

Browse files
committed
aefaef
1 parent 7e4351a commit 4f074a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packaging/pre_build_script.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ else
3232
conda install -yq ffmpeg=4.2 libjpeg-turbo -c pytorch-nightly
3333
fi
3434

35+
conda install libjpeg-turbo -yq
3536
conda install libwebp -yq
36-
yum install -y libjpeg-turbo-devel freetype gnutls
37+
yum install -y freetype gnutls
3738
pip install auditwheel
3839
fi
3940

0 commit comments

Comments
 (0)