Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image unusable #43

Open
chrisspen opened this issue Jan 29, 2025 · 0 comments
Open

Docker image unusable #43

chrisspen opened this issue Jan 29, 2025 · 0 comments

Comments

@chrisspen
Copy link

chrisspen commented Jan 29, 2025

I ran:

$ ollama pull mistral
$ ollama serve

and then:

$ docker run -p 8080:80 ollama-gui
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
/docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
2025/01/29 17:41:02 [notice] 1#1: using the "epoll" event method
2025/01/29 17:41:02 [notice] 1#1: nginx/1.26.2
2025/01/29 17:41:02 [notice] 1#1: built by gcc 13.2.1 20240309 (Alpine 13.2.1_git20240309)
2025/01/29 17:41:02 [notice] 1#1: OS: Linux 6.8.0-51-generic
2025/01/29 17:41:02 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576
2025/01/29 17:41:02 [notice] 1#1: start worker processes
2025/01/29 17:41:02 [notice] 1#1: start worker process 30
2025/01/29 17:41:02 [notice] 1#1: start worker process 31
2025/01/29 17:41:02 [notice] 1#1: start worker process 32
2025/01/29 17:41:02 [notice] 1#1: start worker process 33
2025/01/29 17:41:02 [notice] 1#1: start worker process 34
2025/01/29 17:41:02 [notice] 1#1: start worker process 35
2025/01/29 17:41:02 [notice] 1#1: start worker process 36
2025/01/29 17:41:02 [notice] 1#1: start worker process 37
2025/01/29 17:41:02 [notice] 1#1: start worker process 38
2025/01/29 17:41:02 [notice] 1#1: start worker process 39
2025/01/29 17:41:02 [notice] 1#1: start worker process 40
2025/01/29 17:41:02 [notice] 1#1: start worker process 41
2025/01/29 17:41:02 [notice] 1#1: start worker process 42
2025/01/29 17:41:02 [notice] 1#1: start worker process 43
2025/01/29 17:41:02 [notice] 1#1: start worker process 44
2025/01/29 17:41:02 [notice] 1#1: start worker process 45
2025/01/29 17:41:02 [notice] 1#1: start worker process 46
2025/01/29 17:41:02 [notice] 1#1: start worker process 47
2025/01/29 17:41:02 [notice] 1#1: start worker process 48
2025/01/29 17:41:02 [notice] 1#1: start worker process 49
2025/01/29 17:41:02 [notice] 1#1: start worker process 50
2025/01/29 17:41:02 [notice] 1#1: start worker process 51
2025/01/29 17:41:02 [notice] 1#1: start worker process 52
2025/01/29 17:41:02 [notice] 1#1: start worker process 53

but no models show up in the model dropdown in the UI. If there's some special trick for loading models into your tool that loads models, please list them in the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant