UNPKG
@pradyumn-el/pollycli
Version:
latest (0.0.2)
0.0.2
0.0.1
pollycli lets users access the functionalities of Polly over a command line interface
@pradyumn-el/pollycli
/
sampleData
/
sampleGPUJob.json
7 lines
•
226 B
JSON
View Raw
1
2
3
4
5
6
7
{
"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 '
\n
number of vCPU';nproc;nvidia-smi"
] }