Chris
Chris
Perhaps related, but I would love to use this in a RAG fashion, where I can prompt the AI to answer some question about a collection of images and it...
I agree, I would like to pas in multiple images and ask if it is the same person in both images or pass in multiple images of a scene and...
I also tried with a newer version of ubuntu than the default: ``` $ sudo docker build -t nns --build-arg="UBUNTU_VER=22.04" . ``` The output was something like this: ``` Setting...
I made that change and the build now shows this error: ``` + add-apt-repository ppa:nnstreamer/ppa -u Traceback (most recent call last): File "/usr/bin/add-apt-repository", line 364, in Repository: 'deb https://ppa.launchpadcontent.net/nnstreamer/ppa/ubuntu/ jammy...
Got past: ``` $ sudo apt-add-repository ppa:nnstreamer ``` And stuck at the next step: ``` $ sudo apt install nnstreamer Reading package lists... Done Building dependency tree... Done Reading state...