We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a59c77 commit cb89c81Copy full SHA for cb89c81
health-and-life-sciences-ai-suite/multi_modal_patient_monitoring/docker-compose.yaml
@@ -13,6 +13,11 @@ services:
13
NO_PROXY: ${NO_PROXY}
14
image: intel/hl-ai-patient-monitoring-assets:${TAG:-1.0.1}
15
container_name: patient-monitoring-assets
16
+ environment:
17
+ - MODEL_CONFIG_PATH=/app/configs/model-config.yaml
18
+ - HTTP_PROXY=${HTTP_PROXY}
19
+ - HTTPS_PROXY=${HTTPS_PROXY}
20
+ - NO_PROXY=${NO_PROXY}
21
volumes:
22
- ./configs/model-config.yaml:/app/configs/model-config.yaml:ro
23
- ./models:/models
0 commit comments