Machines
Launch Your First Machine
Launching machines, including GPU-backed notebooks, is a breeze with Komodo:
1. Create your machine config file
Copy the following YAML file to dev.yaml
and modify it to your needs:
2. Launch the machine
Launch the machine by simply running:
Machine names are required to be unique, because that is how you reference them with the CLI.
You can also omit the notebook
parameter in the config file, and instead
start a notebook with the --notebook
CLI flag:
3. Open the notebook
When interacting with machines using the CLI, you reference them using their unique name rather than their ID.
And that’s it! Once your machine is running, you will be able to open the notebook from the dashboard. You can also open the notebook from the CLI: