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 4bb60e6 commit b1ed49dCopy full SHA for b1ed49d
packaging/pre_build_script.sh
@@ -18,7 +18,7 @@ if [[ "$(uname)" == Darwin ]]; then
18
fi
19
20
if [[ "$(uname)" == Darwin || "$OSTYPE" == "msys" ]]; then
21
- conda install libpng libwebp -yq
+ conda install -yv libpng libwebp ${CONDA_CHANNEL}
22
# Installing webp also installs a non-turbo jpeg, so we uninstall jpeg stuff
23
# before re-installing them
24
conda uninstall libjpeg-turbo libjpeg -y
@@ -33,7 +33,7 @@ if [[ "$(uname)" == Darwin || "$OSTYPE" == "msys" ]]; then
33
else
34
35
if [[ "$ARCH" == "aarch64" ]]; then
36
- conda install libpng -yq
+ conda install -yv libpng ${CONDA_CHANNEL}
37
conda install -yq ffmpeg=4.2 libjpeg-turbo -c pytorch-nightly
38
39
0 commit comments