{
  "machineType": "gpusmall",
  "image": "nvidia/cuda",
  "tag": "11.4.1-base-ubuntu18.04",
  "name": "this is a test GPU job",
  "command": ["/bin/bash","-c", "TERM=xterm free -h; echo '\nnumber of vCPU';nproc;nvidia-smi"]
}