feat: the "evnd up" command adds a gpu-set parameter that looks like "docker run --gpus"
arugal opened this issue · 2 comments
arugal commented
Describe the feature
The evnd up
command adds a gpu-set
parameter that looks like docker run-gpus and supports the following forms of parameters
all
device=0,2
0,1
Why do you need this feature?
The container can be assigned specific GPU resources.
Additional context
No response
arugal commented
I have already implemented it on my own branch and have been using it for some time. I would like to contribute it to envd :)