envd icon indicating copy to clipboard operation
envd copied to clipboard

feat: the "evnd up" command adds a gpu-set parameter that looks like "docker run --gpus"

Open rainbend opened this issue 1 year ago • 2 comments

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

  1. all
  2. device=0,2
  3. 0,1

Why do you need this feature?

The container can be assigned specific GPU resources.

Additional context

No response

rainbend avatar Dec 05 '23 04:12 rainbend

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 :)

rainbend avatar Dec 05 '23 04:12 rainbend

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

kemingy avatar Dec 05 '23 06:12 kemingy