-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
docker compose install localai and web ui:
version: '3.6'
services:
api:
image: quay.io/go-skynet/local-ai:latest
ports:
- 8080:8080
env_file:
- .env
volumes:
- ./models:/models:cached
command: ["/usr/bin/local-ai" ]
frontend:
image: quay.io/go-skynet/localai-frontend:master
ports:
- 3000:3000
build result:
$ docker-compose up -d --pull always
[+] Running 2/2
✔ frontend Pulled 3.2s
✔ api Pulled 3.2s
[+] Building 0.0s (0/0)
[+] Running 2/0
✔ Container localai-frontend-1 Running 0.0s
✔ Container localai-api-1 Running 0.0s
$ curl http://localhost:8080/v1/models
{"object":"list","data":[{"id":"ggml-gpt4all-j","object":"model"}]}
wiinxt and mate1213
Metadata
Metadata
Assignees
Labels
No labels