up
This commit is contained in:
parent
3171b467bf
commit
652109befb
@ -10,6 +10,7 @@ services:
|
|||||||
- THREADS=2 # ajustez selon vos cores (léger par défaut)
|
- THREADS=2 # ajustez selon vos cores (léger par défaut)
|
||||||
- CONTEXT_SIZE=1024 # contexte réduit pour tests
|
- CONTEXT_SIZE=1024 # contexte réduit pour tests
|
||||||
- DEBUG=false
|
- DEBUG=false
|
||||||
|
- DISABLE_DOWNLOAD=false
|
||||||
command: ["--models-path", "/models", "--address", "0.0.0.0:8080"]
|
command: ["--models-path", "/models", "--address", "0.0.0.0:8080"]
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-fsS", "http://localhost:8080/v1/models"]
|
test: ["CMD", "curl", "-fsS", "http://localhost:8080/v1/models"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user