- Hardware Platform (GPU model and numbers) AGX-Thor
- System Memory 64GB
- Ubuntu Version 24.04.3 LTS
- NVIDIA GPU Driver Version (valid for GPU only) 580.00
- Issue Type questions
Hi, I tried to deploy VSS 3.1 on the said machine and mostly followed the steps in Prerequisites and Quickstart and I was only able to enter the VSS GUI page http://<HOST_IP>:3000/ at most and reasoning couldn’t be done successfully.
To dict all the commands I have entered doesn’t seem to be necessary(or does it?), so I’m first to just mention the last few commands.
### Download Sample Data From NGC
mkdir sample_data
ngc registry resource download-version nvidia/vss-developer/dev-profile-sample-data:3.1.0
tar -xf dev-profile-sample-data_v3.1.0/dev-profile-sample-data.tar.gz -C ./sample_data
rm -rf dev-profile-sample-data_v3.1.0
### Download the Deployment Package
# Install Git LFS if not already installed
sudo apt install git-lfs
git lfs install
cd video-search-and-summarization
git lfs install
git lfs pull
The last command I entered was as follows. Is this the command that runs VLM locally and LLM remotely?
export NGC_CLI_API_KEY=(MY CLI API KEY)
export NVIDIA_API_KEY=(MY NIM CATALOG API KEY)
export LLM_ENDPOINT_URL=‘https://integrate.api.nvidia.com’scripts/dev-profile.sh up -p base
-H AGX-THOR
–use-remote-llm
–llm ‘nvidia/nvidia-nemotron-nano-9b-v2’
Spent roughly 30 minutes on pulling all the 12 docker images and then another 20+ minutes to create the containers because there was one container, rtvi-vlm, which wasn’t able to start succesfully and instead got skipped and docker ps showed unhealthy.
Related containers(one unhealthy)
Also, there’re two places where users are required to enter API keys when I follow the Prerequisites and Quickstart pages. One is ngc config set, and the other one was docker login nvcr.io
The first one(NGC_CLI_API_KEY) whose Key name was set as VSS was created based on the instruction in Prerequisites page:
-
- Once logged in, click on your username in the top right corner
- Select Setup from the dropdown menu
- Navigate to API Keys under the Keys/Secrets section
- Click Generate API Key
- Click Generate Personal Key (available at top-right of the page)
- Provide a descriptive name for your API key (e.g., “VSS Blueprint Development”)
- Select NGC Catalog for Key Permissions
- Click Generate Personal Key
- Copy the generated API key immediately - you won’t be able to see it again
By the way, the button Generate Personal Key is now under the account settings section.
As for the other API key(NVIDIA_API_KEY), it was auto-generated by clicking the button the Get API Key button in step 1 under the following page.
Would like to know what I should do to fix this.








