Skip to content

Commit 737f8df

Browse files
.
1 parent 5e507b1 commit 737f8df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ docker compose
99
```yml
1010
---
1111
services:
12-
coco2:
12+
resnet:
1313
image: "ghcr.io/rootshell-coder/person-detector:latest"
1414
runtime: "nvidia-runc"
1515
ports:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
services:
3-
coco2:
3+
resnet:
44
image: "ghcr.io/rootshell-coder/person-detector:latest"
55
runtime: "nvidia-runc"
66
ports:

0 commit comments

Comments
 (0)