compose/cuda/compose.yml

19 lines
367 B
YAML
Raw Normal View History

2023-05-08 09:21:44 +00:00
version: "3.9"
name: "mcuda"
services:
main:
container_name: mcuda
image: "localhost/mcuda:latest"
build:
context: .
dokerfile: ./Dockerfile
cap_add:
- AUDIT_WRITE
- AUDIT_CONTROL
devices:
- "nvidia.com/gpu=all"
ports:
- "127.0.0.1:2022:22"
volumes:
- /home/leafee98/Desktop/home-research:/root