-
Notifications
You must be signed in to change notification settings - Fork 7.1k
[WIP] Package torchvision with libjpeg-turbo instead of libjpeg #5951
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -157,7 +157,9 @@ setup_wheel_python() { | |||
conda create ${CONDA_CHANNEL_FLAGS} -yn "env$PYTHON_VERSION" python="$PYTHON_VERSION" | |||
conda activate "env$PYTHON_VERSION" | |||
# Install libpng from Anaconda (defaults) | |||
conda install ${CONDA_CHANNEL_FLAGS} libpng "jpeg<=9b" -y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this script used? The jpeg<=9b
is definitely stale as we no longer pin the library.
Copying @datumbox's #5941 (comment) here:
|
This reverts commit 605024c.
Follow up to #5941