This Oracle Cloud Infrastructure (OCI) Resource Manager stack deploys an A10 (VM.GPU.A10.1) instance running Oracle Linux and installs NVIDIA cuOpt in an existing Virtual Cloud Network (VCN).
- OCI Account: Ensure you have an active Oracle Cloud Infrastructure account.
- NVIDIA NGC API Key: You need a valid NVIDIA NGC Catalog API key to complete the deployment.
- SSH Key Pair: Generate an SSH key pair to access the deployed instance.
This configuration section is not visible in the deployment UI:
- Tenancy OCID: OCID of your tenancy.
- Region: Region where the resources will be deployed.
These variables are visible and need to be configured in the deployment UI:
- Compartment OCID: Choose the compartment where you want to deploy the GPU VM.
- VCN ID: Select the VCN (Virtual Cloud Network) where the resources will be deployed.
- Subnet ID: Select the subnet within the VCN for resource deployment.
- VM Display Name: Set a display name for the VM instance.
- SSH Public Key: Upload your public SSH key for accessing the compute instance.
- Availability Domain: Choose the availability domain for the instance.
- NVIDIA API Key: Enter your NVIDIA API key.
The following variables need to be configured for the stack:
- compartment_ocid: OCID of the compartment where the resources will be deployed.
- vcn_id: OCID of the VCN.
- subnet_id: OCID of the subnet.
- vm_display_name: Display name for the VM.
- ssh_public_key: Your public SSH key.
- ad: Name of the availability domain.
- nvidia_api_key: NVIDIA cuOpt API key.
After the deployment completes:
- Verify Installation: Connect to the instance via SSH and verify that NVIDIA cuOpt is installed by running systemctl status cuopt.
- Run cuOpt: Follow NVIDIA's documentation to start using cuOpt on your Oracle Linux instance.