## Set up the Linux env Steps: 1. Install basic libraries in Linux ``` chmod +x sol sudo ./sol install all ``` 2. Install the GPU driver ``` sol install gpu-driver sudo apt-get install -y nvidia-driver-470-server sudo reboot ``` Please type "nvidia-smi" in your terminal. It should print the stuff as similiar as below. ``` +-----------------------------------------------------------------------------+ | NVIDIA-SMI 520.61.05 Driver Version: 520.61.05 CUDA Version: 11.8 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | | | | MIG M. | |===============================+======================+======================| | 0 NVIDIA GeForce ... On | 00000000:01:00.0 Off | N/A | | 0% 42C P8 7W / 180W | 16MiB / 8192MiB | 0% Default | | | | N/A | +-------------------------------+----------------------+----------------------+ +-----------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=============================================================================| | 0 N/A N/A 1308 G /usr/lib/xorg/Xorg 9MiB | | 0 N/A N/A 1469 G /usr/bin/gnome-shell 3MiB | +-----------------------------------------------------------------------------+ ``` It represents that the installation of GPU driver was installed successfully. Then let's install other libraries. ``` sudo apt --fix-broken install -y sol install docker-gpu ``` Done. ## Set up the META-AIVI server 1. Donwload the packages ``` sudo ./sol meta pull -v 1.5.2 ``` Go to the Desktop to check the `v1.5.2` folder 2. Launch the server ``` cd ~/Desktop/ar-glasses-servers-v1.5.2/docker docker-compose up -d ``` Done You can check on your browser `0.0.0.0:8501`. **Make sure you have inserted the dongle.**