Skip to content

tshoham/VI-Live-Workshop-For-BE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VI-Live-Workshop-For-BE

Welcome to VI Live workshop! You will get to know Nvidia's deepstream in this hands on workshop. The labs will demonstrate the most basic features and capabilities.

Hopefully this will give you a better understanding of the amazing features and capabilities of Nvidia's Deepstream, and how amazing VI Live will be.

Prerequisites

Connect to AzVpn

Workshop Content

Workshop Setup

Setup

Steps

We will use ts-gpu-deepstream

Setting up key and verifying connection to the VM

  1. In the Go to "Help" -> "Reset password" and

  2. Choose "Add SSH public key"

  3. Username: azureuser

  4. SSH public key source: Generate new key pair

  5. SSH Key Type: Ed25519

  6. Key Pair name: ts-gpu-deepstream-key

  7. Click Update

  8. A window will popup allowing you to download the key.

    Download and save the key under C:\Users\<username>\.ssh\ts-gpu-deepstream-key

Connecting to the VM from VSCode

  1. Connect to AzVpn

  2. Install "Remote - SSH" extension

    alt text

  3. In VSCode, on the bottom left, click on the double arrow >< sign

alt text

  1. Click "Connect to host"
  2. Click on "Configure SSH Hosts" (choose the file that starts with "C:Users...")
  3. Update config file as follows and save:
    Host 40.124.109.198
       HostName 40.124.109.198
       User azureuser
       IdentityFile ~/.ssh/ts-gpu-deepstream-key.pem
    
  4. Click on the double arrow again and choose"Connect to Host"
  5. Paste azureuser@40.124.109.198 (for example azureuser@40.124.109.198)
  6. Choose linux os
  7. Click on file explorer and choose "Open folder".
  8. Choose path to according to your pair number - "/home/azureuser/pair2/VI-Live-Workshop-For-BE/"
  9. If prompted again, choose Linux

Connecting to Dev Container within the VM

In Lab1 and Lab2 you will run the example in Dev Containers. In order to do this you need to ctrl+shift+p and choose "Dev Containers: Open Folder in container". Choose the folder of the workshop "/home/azureuser/pair2/VI-Live-Workshop-For-BE/".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages