-
Notifications
You must be signed in to change notification settings - Fork 122
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
OpenBLAS AVX2 errors in Docker Desktop #4576
Comments
In case the bug fixes matter, update OpenBLAS to 0.3.9 inside the Docker container and in the create-pyenv instructions. I retested the problem with AVX2 instructions in Docker Desktop for Mac (OpenMathLib/OpenBLAS#2244) with the latest OpenBLAS and Docker Desktop and filed the Issue in the Docker repo this time, docker/for-mac#4576 On macOS outside of Docker, `brew install openblas` now installs 0.3.9 . We no longer need to compile it from source. Use Python 3.8.3 in the test workflows.
Issues go stale after 90 days of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
/lifecycle frozen This bug is still present in Docker Desktop for Mac 2.3.0.4 (46911). |
/remove-lifecycle stale |
Expected behavior
OpenBLAS under Mac Docker Desktop would pass its self-tests like it does everywhere else.
Actual behavior
While building the Docker Container, OpenBLAS compiles then runs its math accuracy self-tests which print 25 errors starting with:
and ending with this one:
Information
Diagnostic logs
Docker Desktop does not seem to notice that anything went wrong. OpenBLAS's self-tests did.
Steps to reproduce the behavior
Dockerfile
:docker build -t issue2244 .
Workaround [although this OpenBLAS will run 20-30% slower]:
docker build --build-arg NO_AVX2=1 -t issue2244 .
The text was updated successfully, but these errors were encountered: