deepkit / deepkit-ml

The collaborative real-time open-source machine learning devtool and training suite: Experiment execution, tracking, and debugging. With server and project management tools.
https://ml.deepkit.io
MIT License
365 stars 23 forks source link

Passing additional options to docker #22

Open planetceres opened 4 years ago

planetceres commented 4 years ago

Natively, Docker accepts a a long list of options when running containers where the CLI syntax looks like docker run [OPTIONS] IMAGE [COMMAND] [ARG...]. It doesn't appear that this is possible in DeepKit.

Would it be possible to add options passing in the config for jobs?

It is often the case that system specific options are needed to run containers and allow access to things like networking on the host machine. The ability to add a flag such as --network=host may be the difference between being able to use DeepKit at all with some networking setups.