allow multi gpu to be specified via ctr

Signed-off-by: Michael Crosby <michael@thepasture.io>
This commit is contained in:
Michael Crosby
2021-06-21 23:49:43 -04:00
parent c7e4747cfb
commit 09d78bb6b9
2 changed files with 2 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ var (
Name: "pid-file",
Usage: "file path to write the task's pid",
},
cli.IntFlag{
cli.IntSliceFlag{
Name: "gpus",
Usage: "add gpus to the container",
},