valiantlynx / ollama-docker

Welcome to the Ollama Docker Compose Setup! This project simplifies the deployment of Ollama using Docker Compose, making it easy to run Ollama with all its dependencies in a containerized environment
https://ollama-docker.azurewebsites.net/
Other
355 stars 67 forks source link

Ollama-webui crashes on start #13

Open jereskuta opened 2 weeks ago

jereskuta commented 2 weeks ago

Describe the bug When starting the containers with the docker compose command, the containers appear to start normally. However docker ps -command shows that ollama-webui is constantly restarting. Also, only port 8000 opens up in browser. Can't connect the ollama to home assistant either, since the url/port doesn't work.

Running a model in command line works fine.

I am running docker in a VM inside proxmox. I have passed through the GPU and I have other containers using the GPU and they work in my LAN just fine.

From docker logs ollama-webui I get the following error:

Error log

jereskuta commented 2 weeks ago

For more info, port 7869 works and says ollama is running.