Unable to add AI Model with Ollama after upgrade Runtipi to v4.0.0.
I enter this command line.
docker exec -it ollama-amd ollama run qwen3
I get this error.
Error response from daemon: No such container: ollama-amd
This never happened until v4.0.0 came.
4 Replies
You need to run docker exec -it ollama-amd-migrated ollama run qwen3
Error response from daemon: No such container: ollama-amd-migrated
ollama-amd_migrated?
Check the name of the container with
docker ps
Nope
ce3cf8f8791c ollama/ollama:0.6.6-rocm "/bin/ollama serve" 12 hours ago Up 12 hours 0.0.0.0:11434->11434/tcp, [::]:11434->11434/tcp
ollama-amd_migrated-ollama-amd-1
docker exec -it ollama-amd_migrated-ollama-amd-1 ollama run qwen3
works best.