-
Notifications
You must be signed in to change notification settings - Fork 87
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 docker build with wasm link statically #753
Comments
Seems like we need nvcc on the binary build stage itself. And that seems impossible cause cuda kit is compiled with glibc while muslc compiler is only supported in alpine.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cosmos/gaia#3119
https://github.com/cosmos/gaia/blob/main/DOCKER_README.md
https://github.com/cosmos/gaia/blob/main/Makefile#L77
https://github.com/cosmos/gaia/blob/main/Dockerfile#L22
https://github.com/CosmWasm/wasmd/blob/main/Makefile#L68
I failed to build go-cyber locally on darwin and local linux machines (both with docker and without), build of gaia with docker based on alpine work but need to check how to put together our cuda build and put things together
The text was updated successfully, but these errors were encountered: