Update and usage questions from a very newbie

First one question to confrim,
Is your device a Xavier NX or AGX Xavier?

  1. Host PC with Ubuntu 18.04 (Recommended)
    Since your device is either a Jetson Xavier NX or Jetson Nano, which are compatible with JetPack 4.x and 5.x, it is advisable to use Ubuntu 18.04. For further details, you can consult the Compatibility Matrix.

  2. Using the Docker SDK Manager
    While using the Docker SDK Manager is an option, be aware that USB passthrough issues might arise. Resolving these problems could require significant time and effort.

Since Ollama and Frigate are third-party libraries, some users have shared their experiences using them.

Additionally, the Jetson Nano lacks sufficient memory to run LLM. Use Xavier NX instead.

Thanks