-
Notifications
You must be signed in to change notification settings - Fork 976
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
Add Dockerfile + build workflow #73
Conversation
@Niek do you mind moving this to the build release workflow? |
@abetlen are you referring to |
Maybe we should directly add openblas support?
|
Good idea @jmtatsch - added now |
Here is a docker file for a cublas capable container that should bring huge speed ups for cuda gpu owners after the next sync with upstream:
|
@jmtatsch where is |
good catch, it isn't necessary at all. I cleaned it up above. |
@abetlen do you need any other changes? |
Fixes #70
This PR adds a Dockerfile and updates the release workflow to build the latest Docker image too. Both amd64 and arm64 arches are built.