Fixes
This commit is contained in:
@@ -107,10 +107,7 @@ services:
|
|||||||
- ${TMP_HOST_DIR:-./tmp}:/tmpdl
|
- ${TMP_HOST_DIR:-./tmp}:/tmpdl
|
||||||
- ${MODELS_HOST_DIR:-./models}:/root/.cache/huggingface
|
- ${MODELS_HOST_DIR:-./models}:/root/.cache/huggingface
|
||||||
- ./app:/app
|
- ./app:/app
|
||||||
device_requests:
|
runtime: ${DOCKER_GPU_RUNTIME:-runc}
|
||||||
- driver: nvidia
|
|
||||||
count: ${NVIDIA_DEVICE_COUNT:-1}
|
|
||||||
capabilities: [video, compute, utility]
|
|
||||||
depends_on: [meili, redis, open-webui]
|
depends_on: [meili, redis, open-webui]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
@@ -173,10 +170,7 @@ services:
|
|||||||
- ${TMP_HOST_DIR:-./tmp}:/tmpdl
|
- ${TMP_HOST_DIR:-./tmp}:/tmpdl
|
||||||
- ${MODELS_HOST_DIR:-./models}:/root/.cache/huggingface
|
- ${MODELS_HOST_DIR:-./models}:/root/.cache/huggingface
|
||||||
- ./app:/app
|
- ./app:/app
|
||||||
device_requests:
|
runtime: ${DOCKER_GPU_RUNTIME:-runc}
|
||||||
- driver: nvidia
|
|
||||||
count: ${NVIDIA_DEVICE_COUNT:-1}
|
|
||||||
capabilities: [video, compute, utility]
|
|
||||||
depends_on: [meili, redis, open-webui]
|
depends_on: [meili, redis, open-webui]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
Reference in New Issue
Block a user