-
Notifications
You must be signed in to change notification settings - Fork 484
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
install-deps fails when compiling OpenBLAS in Ubuntu 16.04 Docker container #265
Comments
Hi @pjreed, i have the same error message in my "cuda:9-0-base" container. Have you already been able to solve this issue? Kind Regards |
I haven't had any luck getting install-deps to compile OpenBLAS, but I have worked around the issue by manually installing ATLAS ( |
Thank you very much, i will try your solution. |
your solution worked, thank you. For any future readers: you also need to remove the function calls to "install-openblas" inside of the install-deps file. |
Thank me later! |
Hey, |
I'm trying to install Torch inside a Docker container. Here's my Dockerfile, which so far is pretty simple:
When it runs the install-deps step, it fails when compiling OpenBLAS. The log file is very long, but here's all of the output after the last successful step:
The text was updated successfully, but these errors were encountered: