chore(docker-compose): update LocalAI images (#160)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
committed by
GitHub
parent
a3977c2b1c
commit
a668830a79
@@ -6,7 +6,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- LOCALAI_SINGLE_ACTIVE_BACKEND=true
|
- LOCALAI_SINGLE_ACTIVE_BACKEND=true
|
||||||
- DEBUG=true
|
- DEBUG=true
|
||||||
image: localai/localai:master-sycl-f32-ffmpeg-core
|
image: localai/localai:master-sycl-f32
|
||||||
devices:
|
devices:
|
||||||
# On a system with integrated GPU and an Arc 770, this is the Arc 770
|
# On a system with integrated GPU and an Arc 770, this is the Arc 770
|
||||||
- /dev/dri/card1
|
- /dev/dri/card1
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- LOCALAI_SINGLE_ACTIVE_BACKEND=true
|
- LOCALAI_SINGLE_ACTIVE_BACKEND=true
|
||||||
- DEBUG=true
|
- DEBUG=true
|
||||||
image: localai/localai:master-cublas-cuda12-ffmpeg-core
|
image: localai/localai:master-cublas-cuda12
|
||||||
# For images with python backends, use:
|
# For images with python backends, use:
|
||||||
# image: localai/localai:master-cublas-cuda12-ffmpeg
|
# image: localai/localai:master-cublas-cuda12-ffmpeg
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user