Get Started
In the following guide, you will go through the necessary steps needed to deploy your first application in a Virtual Machine.
Step 1: Create a VM
To create a VM, there are a series of configurations options you can choose from GPU Type, Location and Init Script.
- Portal
- CLI
To create a VM via the OGC portal, navigate to the Virtual Machine page.
You can create a VM via the CLI tool. Here is an sample command:
ogc vm create test-vm --public-key-id <ssh-key-id> --sku ogx-h100-80 --os-image Ubuntu-20.04 --region gravelines-4
You can find a more in-depth example in our CLI Examples page.
Step 2: Set up the machine
Once the machine becomes Available
and an IP Address is assigned, you will be able to access it via
the SSH key you configured for the machine.
If needed, you can install the necessary NVIDIA drivers that will enable you to leverage the underlying GPUs: