使用接口创建GPU实例,官网https://vylai.com/
curl --location --request POST 'https://api.vylai.com/api/v1/container/create' \
--header 'X-Auth-Token: d4f4d396-86e9-452d-86d5-de04485d9951' \
--header 'Content-Type: application/json' \
--data-raw '{
"task_id": "string",
"image_uid": "string",
"gpu_id": 0,
"gpu_num": 0,
"accessory": {}
}'{
"v": "string",
"code": 200,
"msg": "success",
"data": {}
}