You could do it outside the container too, but probably easier from inside since the process list will be much shorter… If you know the name of the process, you could ps aux | grep [process name]
I’ve never used Ollama or any other local AI model, so I’m certainly not an expert.
First, some good news: it’s not a permissions issue.
Now the news you’re probably not hoping for:
How did you install it? I think it’s safe to assume you installed it from the TrueNAS apps catalog.
I used a search engine to look up how to use Intel Arc with Ollama. From that, I learned that Ollama does not include Intel support and many people suggested using ipex-llm produced by Intel with the Ollama portal zip.
Then I converted the Ollama app from “Apps” to a custom app to get a view of the compose. I see that it is just the ollama/ollama image (that does not have Intel support).
You will need to make a custom container, use an instance, or VM to set it up.
@Rocketplanner83 My only ARC card at the moment is a B-series so I unfortunately can’t poke at this as much as I’d like first-hand, due to xe driver issues.
Submitting an issue to request the feature on the Apps github directly is probably the way to do it, although let me see if I can find anyone internally with an A-series card.