We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f36d6 commit 9bb7e90Copy full SHA for 9bb7e90
docker-compose.yml
@@ -1,12 +1,13 @@
1
services:
2
localai:
3
- image: quay.io/go-skynet/local-ai:master-ffmpeg-core
+ image: quay.io/go-skynet/local-ai:latest
4
ports:
5
- 8081:8080
6
environment:
7
- MODELS_PATH=/models
8
volumes:
9
- ./volumes/models:/models:cached
10
+ - ./volumes/backends:/backends:cached
11
- ./volumes/images/:/tmp/generated/images/
12
command:
13
- granite-embedding-107m-multilingual
0 commit comments