Open Free-Radical opened 1 year ago
I think it's this file
https://github.com/go-skynet/LocalAI/blob/master/.env
you can rip out the buildcontext / image file.
version: '3.6'
services: api: image: quay.io/go-skynet/local-ai:latest ports:
./models:/models:cached command: ["/usr/bin/local-ai"]
frontend: image: quay.io/go-skynet/localai-frontend:master ports:
I used the .env from LocalAI, docker compiled and send to be working.