Skip to content

Commit

Permalink
update detector
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalzauberzeug committed Sep 23, 2024
1 parent adb992a commit 1b3f191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.jetson.orin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
privileged: true

detector:
image: "zauberzeug/yolov5-detector:0.1.2-nlv0.10.10-35.4.1"
image: "zauberzeug/yolov5-detector:0.1.3-nlv0.10.12-35.4.1"
restart: always
ports:
- "8004:80"
Expand All @@ -20,7 +20,7 @@ services:
- ~/data_plants:/data

monitoring:
image: "zauberzeug/yolov5-detector:0.1.2-nlv0.10.10-35.4.1"
image: "zauberzeug/yolov5-detector:0.1.3-nlv0.10.12-35.4.1"
restart: always
ports:
- "8005:80"
Expand Down

0 comments on commit 1b3f191

Please sign in to comment.