You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dockercontainer has its own ollama service. It conflicts with the ollama on my system, so i tried to disable the container internal service and enable the system ollama service. Now the ui backend is not working. Is it possible to make two alternative compose files, one with own ollama service in docker and the other with the docker installed on the system?
How To Reproduce
Steps to reproduce the behavior (example):
ve installed ollama running and do the Expected behaivior steps
Expected behavior
Clone the repo
Run $ ollama serve
Run $docker-compose build
Run $docker-compose run
Open a webbrowser and type localhost:3000
Screenshots and logs
Error before changes:
Ollama server:
Ui after changes:
modified docker-compose.yml
Describe the bug
The dockercontainer has its own ollama service. It conflicts with the ollama on my system, so i tried to disable the container internal service and enable the system ollama service. Now the ui backend is not working. Is it possible to make two alternative compose files, one with own ollama service in docker and the other with the docker installed on the system?
How To Reproduce
Steps to reproduce the behavior (example):
ve installed ollama running and do the Expected behaivior steps
Expected behavior
Clone the repo
Run $ ollama serve
Run $docker-compose build
Run $docker-compose run
Open a webbrowser and type localhost:3000
Screenshots and logs
Error before changes:
Ollama server:
Ui after changes:
modified docker-compose.yml
Configuration
The text was updated successfully, but these errors were encountered: