We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I used the .env from LocalAI, docker compiled and send to be working.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
I used the .env from LocalAI, docker compiled and send to be working.
The text was updated successfully, but these errors were encountered: