example(add): document query example

This commit is contained in:
mudler 2023-05-05 21:56:31 +02:00
parent d094381e5d
commit ad301e6ed7
10 changed files with 162 additions and 0 deletions

View file

@ -0,0 +1,15 @@
version: '3.6'
services:
api:
image: quay.io/go-skynet/local-ai:latest
build:
context: .
dockerfile: Dockerfile
ports:
- 8080:8080
env_file:
- .env
volumes:
- ./models:/models:cached
command: ["/usr/bin/local-ai"]