Move files in a sub forlder dedicated to chat-ai.
This commit is contained in:
@@ -30,8 +30,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- GGML_VK_VISIBLE_DEVICES=0
|
- GGML_VK_VISIBLE_DEVICES=0
|
||||||
volumes:
|
volumes:
|
||||||
- ./ai-models/mistral-7b-instruct.gguf:/home/llama/models/mistral-7b-instruct.gguf:ro
|
- ../ai-models/mistral-7b-instruct.gguf:/home/llama/models/mistral-7b-instruct.gguf:ro
|
||||||
- ./workspace:/home/llama/workspace
|
- ../workspace:/home/llama/workspace
|
||||||
|
|
||||||
# Health check — vérifie que le serveur répond
|
# Health check — vérifie que le serveur répond
|
||||||
# healthcheck:
|
# healthcheck:
|
||||||
Reference in New Issue
Block a user