We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a216c7b commit c044521Copy full SHA for c044521
packaging/pre_build_script.sh
@@ -37,7 +37,7 @@ else
37
conda install -yq ffmpeg=4.2 libjpeg-turbo -c pytorch-nightly
38
fi
39
40
- conda install -y libwebp ${CONDA_CHANNEL}
+ conda install -v libwebp ${CONDA_CHANNEL}
41
conda install libjpeg-turbo -c pytorch
42
yum install -y freetype gnutls
43
pip install auditwheel
0 commit comments