sparse-intern-71089
05/24/2022, 11:58 PMmysterious-hamburger-19066
05/25/2022, 12:28 AMCode="VMMarketplaceInvalidInput" Message="Creating a virtual machine from Marketplace image or a custom image sourced from a Marketplace image requires Plan information in the request.
When I try to pass in the plan args instantiated as follows:
plan=compute.PlanArgs(
name="ngc-pytorch-version-21-04-1",
publisher="nvidia",
product="pytorch_from_nvidia",
),
into VirtualMachine(…, plan=plan)
, I get this error:
User failed validation to purchase resources. Error message: 'You have not accepted the legal terms on this subscription:
Could someone help me please?mysterious-hamburger-19066
05/25/2022, 2:40 AM