Quick Start#
Let’s create our first Brev instance#
1. Create an account#
Make an account in the Brev console.
2. Create your first instance#
You can create your own instance from scratch or use a Launchable. If you’re looking for inspiration to get started, here’s a Launchable that references an AI Virtual Assistant.
3. Connect to your instance and start coding#
Brev wraps SSH to make it easy to hop into your instance, so with the CLI, run one of the following commands in your terminal.
To SSH directly into your dev instance:
brev shell stable-diffusion
or use VS Code to access your instance with:
brev open stable-diffusion
That’s it 🎉#
Try creating your own instance here and reach out to us at brev-support@nvidia.com for help! We’re here for anything you need. Build something great. 🤙
Running instance might still be installing your dependencies
If the instace is running, that means the machine itself has been started. However, the instance may still be installing your dependencies and it might take a few minutes for the Jupyter Notebook button become available after the instance has started.