initial commit
Some checks failed
Build and Push Docker Image / docker (push) Failing after 28m46s

This commit is contained in:
2025-09-04 00:56:04 -07:00
commit caaa113e0e
4 changed files with 117 additions and 0 deletions

27
compose.yaml Normal file
View File

@@ -0,0 +1,27 @@
---
services:
mokuro:
image: gitea.suda.codes/sudacode/mokuro-docker:latest
build:
context: .
dockerfile: Dockerfile
container_name: mokuro
user: 1000:1000
volumes:
- /home/sudacode/S/japanese/manga/One Piece color v01-05:/home/mokurouser/mokuro
runtime: nvidia
restart: never
network_mode: host
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities:
- gpu
- compute
- video
environment:
- NVIDIA_DRIVER_CAPABILITIES=all
- NVIDIA_VISIBLE_DEVICES=all