go-skynet/LocalAI-frontend

docker build failing: no .env file

Opened this issue · 1 comments

I used the .env from LocalAI, docker compiled and send to be working.

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:
- 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