mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
update default FACE_EMBEDDING_IMAGE
This commit is contained in:
parent
05dcb54597
commit
a82e00c3f2
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
face-embedding:
|
||||
image: ${FACE_EMBEDDING_IMAGE:-seafileltd/face_embedding:latest-cpu}
|
||||
image: ${FACE_EMBEDDING_IMAGE:-seafileltd/face-embedding:latest-cpu}
|
||||
container_name: face-embedding
|
||||
# ports:
|
||||
# - 8886:8886
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
face-embedding:
|
||||
image: ${FACE_EMBEDDING_IMAGE:-seafileltd/face_embedding:latest-cuda}
|
||||
image: ${FACE_EMBEDDING_IMAGE:-seafileltd/face-embedding:latest-cuda}
|
||||
container_name: face-embedding
|
||||
deploy:
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
face-embedding:
|
||||
image: ${FACE_EMBEDDING_IMAGE:-seafileltd/face_embedding:latest-rocm}
|
||||
image: ${FACE_EMBEDDING_IMAGE:-seafileltd/face-embedding:latest-rocm}
|
||||
container_name: face-embedding
|
||||
ports:
|
||||
- 8886:8886
|
||||
|
|
|
|||
Loading…
Reference in New Issue