-
Notifications
You must be signed in to change notification settings - Fork 1.6k
OpenBLAS on docker hub #2195
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
Comments
I suspect you are looking at the base build environment image (prepared by @aytekinar for issue #1861/PR #1864) that was used in the Travis Ci tests for the (emulated) ARM architecture until we moved them to native builds on Drone. The idea of providing images has some merit but I am not sure if there is both sufficient demand and capacity. |
I suppose that's what it could be? I did not delve too deeply because it appeared to be out of maintenance. The reason I ask is not because of alpine - they get regular enough releases that I imagine most people can get away with just installing via apk. We use debian images though, and have need of recent version of OpenBLAS on those images. We've been working on a minimum OpenBLAS |
Hi @dpraul. As @martin-frbg has already pointed out, The reason why I cannot have automated Docker builds is that I need some sort of CI environment (such as Travis) to build the multi-architecture images. That is the very reason why the images are old --- I cannot bind hookups from Docker's You can check what exactly I am doing under my repository, if you want. PS: I am the owner of |
I see what you mean now, thanks for clarifying. It seems I moved too quickly on opening this issue, as our priorities have changed and we no longer need to build our own version of OpenBLAS in Docker, so there's no use in integrating our solution if we won't be able to maintain it. Thanks again for taking the time to respond, though. |
Hi there! I was browsing docker hub and saw that there is an
openblas/alpine
image published by theopenblas
org that has not been updated in a while. Is this maintained by you? If so, are you seeking to build it out at all? It would be nice to have official & automated builds of OpenBLAS images for different OSsThe text was updated successfully, but these errors were encountered: