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" - "127.0.0.1:2088:88" - "127.0.0.1:2080:80" volumes: - /home/leafee98/Desktop/home-research:/root