Home Production AI Server from Scratch

Summary

  1. Install Operating System
  2. Install Platform Applications
  3. Install Docker
  4. Install Applications

Step 1. Install Operating System


#This works
# https://packages.ubuntu.com/lunar/libtinfo5.

sudo apt-get update -y
sudo apt-get install -y libtinfo5

Patch QT Library issue for Nvidia Apps

#https://stackoverflow.com/questions/77725761/from-6-5-0-xcb-cursor0-or-libxcb-cursor0-is-needed-to-load-the-qt-xcb-platform
sudo apt-get install libxcb-cursor0
sudo apt update && sudo apt upgrade

sudo apt install ffmpeg

ffmpeg -version

Step 2. Install Platform Applications

snap install nvtop

snap install nvtop

Step 3. Install Docker Applications

  • AI
    • weaviate
    • localai_admin
    • anythingllm
    • localai
    • codeproject
  • Tools
    • portainer
    • portainer_agent
    • netshoot
  • Video
    • frigate
    • frigate_plate_recognizer
    • compreface
    • ring
    • doubletake
  • Voice
    • faster-whisper
    • openai-whisper piper
    • r3docker
    • rhasspy3

Step 4

Step 4 Summary.

Next Steps

Explore related posts:

If you found this post useful, please donate to help this site create more useful content.