envd
envd copied to clipboard
feat: the "evnd up" command adds a gpu-set parameter that looks like "docker run --gpus"
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
alldevice=0,20,1
Why do you need this feature?
The container can be assigned specific GPU resources.
Additional context
No response
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 :)
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 :)
You can create a PR.
- related to https://github.com/tensorchord/envd/pull/1730