PaddlePaddle / PaddleCloud

PaddlePaddle Docker images and K8s operators for PaddleOCR/Detection developers to use on public/private cloud.
Apache License 2.0
284 stars 77 forks source link

Unify the docker images build method #616

Open typhoonzero opened 6 years ago

typhoonzero commented 6 years ago

We now have the following docker images need to be built to run on the cluster:

The Dockerfiles and build method is different, need a unified way or a script to build them all.

typhoonzero commented 6 years ago

Or, we can put all component in one Docker image and run several pods using the same image.