road_detection/docker-compose.yml

18 lines
353 B
YAML
Raw Normal View History

2023-04-19 17:32:56 +08:00
version: "3.6"
services:
hpds-python-model:
2023-04-19 18:04:55 +08:00
container_name: hpds-bridge-detection-model
image: hpds-bridge-detection:1.0.0
2023-04-19 17:32:56 +08:00
networks:
- hpds-network
restart: always
ports:
2023-04-19 18:05:50 +08:00
- "8002:5000"
2023-04-19 17:32:56 +08:00
volumes:
- /usr/local/cuda/lib64:/usr/local/cuda/lib64
networks:
hpds-network:
driver: bridge
name: hpds-network