This commit is contained in:
nq
2026-05-03 21:58:47 +03:00
parent fd44235ff4
commit e45d1cb6b4
18 changed files with 1259 additions and 0 deletions

18
docker-compose.gpu.yml Normal file
View File

@@ -0,0 +1,18 @@
services:
bgtopo-bluebox:
build:
context: .
dockerfile: docker/Dockerfile.gpu
image: bgtopo-bluebox-poc:gpu
working_dir: /app
volumes:
- .:/app
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]
stdin_open: true
tty: true