Make 4 smaller containers for each GPU job. You can ignore the ENTRYPOINT line in the Dockerfile and just build it.
I will take care of the docker-compose.yml file configuration. You can name the folder as just their job names with hyphens (e.g., text-alignment for Text Alignment job). These containers will be named something like "worker-gpu-text-alignment"
Dockerfile "base" you can use:
Make 4 smaller containers for each GPU job. You can ignore the ENTRYPOINT line in the Dockerfile and just build it.
I will take care of the
docker-compose.ymlfile configuration. You can name the folder as just their job names with hyphens (e.g.,text-alignmentfor Text Alignment job). These containers will be named something like "worker-gpu-text-alignment"Dockerfile "base" you can use:
gpu-celerycontainer Rodan#751