Initial commit

This commit is contained in:
2026-03-31 13:28:42 +02:00
commit 94bbdca745
224 changed files with 83161 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
version: '2'
services:
yolo-gpu:
build:
context: .
dockerfile: Dockerfile.gpu
image: yolo:gpu
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
yolo-cpu:
build:
context: .
dockerfile: Dockerfile.cpu
image: yolo:cpu