mlcommons / GaNDLF

A generalizable application framework for segmentation, regression, and classification using PyTorch
https://gandlf.org
Apache License 2.0
158 stars 79 forks source link

[FEATURE] Add Docker Compose #875

Open benmalef opened 4 months ago

benmalef commented 4 months ago

Is your feature request related to a problem? Please describe.

Now we use docker commands to run or build a container. Would it be useful to use Docker Compose for managing them?

Describe the solution you'd like

Compose simplifies the control of entire application stack, making it easy to manage services, networks, and volumes in a single, comprehensible YAML configuration file. Then, with a single command, you create and start all the services from a configuration file.

Describe alternatives you've considered

N.A.

Additional context

N.A.

sarthakpati commented 4 months ago

Thanks for the feature request! This makes sense to me, but since I am not at all a docker expert, I will also ask for input from @VukW, @szmazurek, @hasan7n and @aristizabal95 for this.

github-actions[bot] commented 2 months ago

Stale issue message

sarthakpati commented 1 month ago

@benmalef would you be interested in taking this on?

benmalef commented 1 month ago

@sarthakpati yes of course..!!