Why I am getting 'instance not found' in brev

I am logging into brev from Ubuntu machine:

tance with id/name video-search-and-summarization-blueprint-6ad61a not found
(base) eli@eli-GamingPc:~/Downloads$ sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/brevdev/brev-cli/main/bin/install-latest.sh)" && brev login
[sudo] password for eli: 
Successfully installed brev CLI to /usr/local/bin/brev

   ▸     Starting Login

Your Device Confirmation Code is 👉 HTMH-MFLN 👈

Browser link: https://brevdev.us.auth0.com/activate?user_code=HTMH-MFLN

Alternatively, get CLI Command ("Login via CLI"):  https://console.brev.dev/profile?login=cli

   ▸    Press Enter to login via browser 

Waiting for login to complete in browser... 
Gtk-Message: 13:48:19.082: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.
[376972, Main Thread] WARNING: GTK+ module /snap/firefox/5783/gnome-platform/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so cannot be loaded.
GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported.: 'glib warning', file /build/firefox/parts/firefox/build/toolkit/xre/nsSigHandlers.cpp:201

(firefox_firefox:376972): Gtk-WARNING **: 13:48:19.122: GTK+ module /snap/firefox/5783/gnome-platform/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so cannot be loaded.
GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported.
Gtk-Message: 13:48:19.122: Failed to load module "canberra-gtk-module"
[376972, Main Thread] WARNING: GTK+ module /snap/firefox/5783/gnome-platform/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so cannot be loaded.
GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported.: 'glib warning', file /build/firefox/parts/firefox/build/toolkit/xre/nsSigHandlers.cpp:201

(firefox_firefox:376972): Gtk-WARNING **: 13:48:19.122: GTK+ module /snap/firefox/5783/gnome-platform/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so cannot be loaded.
GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported.
Gtk-Message: 13:48:19.122: Failed to load module "canberra-gtk-module"

   ▸    Successfully logged in.

✔ VSCode
current organization: elias-0-hq
create an instance:
(base) eli@eli-GamingPc:~/Downloads$ brev shell video-search-and-summarization-blueprint-6ad61a
instance with id/name video-search-and-summarization-blueprint-6ad61a not found

It says instance not found even though the instance is there

  1. Can you let us know what Subscriptions you have under: org.ngc.nvidia.com/subscriptions?There should be NVIDIA Developer Program and VSS Early Access. Please confirm the Term Date of your NVIDIA VSS Early Access subscriptions.
  2. Ensure you generate a key through: NGC User Guide - NVIDIA Docs

Both are there

According to the picture, your subscription of the Nvidia Developer Program is expired on 3/5. Can you try again today?

Hey there! Can you you make sure the Brev org on your console matches the Brev org in your CLI?

It looks like you provisioned a GPU via the elias-hq org, but your CLI is using the elias-0-hq. You can use brev set elias-hq and then run brev refresh && brev ls to see if the instance pops up.

after this, it worked

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.