diff --git a/docker-compose.components.yml b/docker-compose.components.yml index d2e530a9..b64a1ec6 100644 --- a/docker-compose.components.yml +++ b/docker-compose.components.yml @@ -296,5 +296,10 @@ services: image: ${REGISTRY}openmpf_whisper_speech_detection:${TAG} build: ${OPENMPF_PROJECTS_PATH}/openmpf-components/python/WhisperSpeechDetection + python-test-component: + <<: *component-base + image: ${REGISTRY}openmpf_python_test_component:${TAG} + build: ${OPENMPF_PROJECTS_PATH}/openmpf-python-component-sdk/detection/examples/PythonTestComponent + volumes: yolo_engine_files: