-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
✨ enhancementNew feature or requestNew feature or request
Description
Hi!
First of all, great project! Is it still alive? There is no activity since April.
In continue of discussion in gh-19.
I looked into possible ways of implementing support for --gpus all cli argument and other arguments of docker.containers.run.
There are a lot of arguments for docker.containers.run, besides device_requests (throught which --gpus all implemented). Most of them are useful in one or another way. It seems to me, there is no good way to specify them all as command-line arguments for dockernel .
What do you think about other ways?
- Command-line argument to specify custom runner script for container, where user can configure all required properties;
- Command-line argument to specify separated config for the container, from which
dockernelwill get arguments fordocker.containers.run.
The config file may need to use Python, since docker.containers.run requires complex data structures, like docker.types.DeviceRequest. So, the first approach fills easier to implement and use.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
✨ enhancementNew feature or requestNew feature or request