mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +00:00
8042e9a2d6
Fixes #14 Signed-off-by: mudler <mudler@c3os.io>
15 lines
270 B
YAML
15 lines
270 B
YAML
version: '3.6'
|
|
|
|
services:
|
|
api:
|
|
image: quay.io/go-skynet/llama-cli:latest
|
|
build: .
|
|
volumes:
|
|
- ./models:/models
|
|
ports:
|
|
- 8080:8080
|
|
environment:
|
|
- MODELS_PATH=/models
|
|
- CONTEXT_SIZE=700
|
|
- THREADS=$THREADS
|
|
command: api |