Skip to content
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

Multi-arch Build from Multiple Dockerfiles #37

Open
gemblerz opened this issue Sep 2, 2021 · 0 comments
Open

Multi-arch Build from Multiple Dockerfiles #37

gemblerz opened this issue Sep 2, 2021 · 0 comments

Comments

@gemblerz
Copy link

gemblerz commented Sep 2, 2021

User ML plugins are based mostly on our base image: CUDA10.2-L4T and CUDA11.0-amd64. We will need to support multiple Dockerfile for the plugins to be built on multi-arch.

User's Dockerfile will have more than one to build the plugin for l4t and amd64,

# Dockerfile.l4t
FROM waggle/plugin-base:1.1.1-ml-cuda10.2-l4t
...

# Dockerfile.amd64
FROM waggle/plugin-base:1.1.1-ml-cuda11.0-amd64
...

Docker buildx imagetools is useful command to create an image from source images. We need to enable this feature in our ECR and have users submit more than one Dockerfile (if needed) to build multi-arch image for the plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant