first commit

This commit is contained in:
zhh
2025-10-27 16:51:16 +08:00
parent 10a125f454
commit 7de7c916b1
5 changed files with 31 additions and 6 deletions

18
docker-compose.yml Normal file
View File

@@ -0,0 +1,18 @@
services:
lc_neo_refacer:
build:
context: .
dockerfile: Dockerfile
working_dir: /app
volumes:
- .:/app
ports:
- "10071:8000"
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities:
- gpu