road_detection/docker-compose.yml

18 lines
363 B
YAML
Raw Normal View History

2023-04-19 17:32:56 +08:00
version: "3.6"
services:
2023-04-20 14:11:55 +08:00
hpds-bridge-detection-model:
2023-04-19 18:12:40 +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:12:40 +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