diff --git a/docker-compose.components.yml b/docker-compose.components.yml index d2e530a9..41d81488 100644 --- a/docker-compose.components.yml +++ b/docker-compose.components.yml @@ -132,6 +132,11 @@ services: resources: limits: cpus: "2.0" + + gemini-detection: + <<: *component-base + image: ${REGISTRY}openmpf_gemini_detection:${TAG} + build: ${OPENMPF_PROJECTS_PATH}/openmpf-components/python/GeminiDetection fasttext-language-detection: <<: *component-base