Validating profile... 0% complete

What is your current level of experience in freelance work?

 

 

Per-User GPU Assignment & Docker-in-Docker Support on Multi-GPU Linux Server

We have a high-performance GPU server with the following setup: 8 NVIDIA GPUs (e.g., L40S) Hundreds of Linux users, each working in isolated Docker containers Each user runs their own container (approx. 100+ containers concurrently) Docker is used for task execution, with GPU-intensive workloads >>Requirements: >GPU Assignment per User: Configure Docker such that each user’s container is assigned specific GPU(s). Prevent containers from accessing GPUs that are not assigned to them. GPU access should be controlled and isolated per user. >Docker-in-Docker (DinD) Support: Users must be able to run Docker inside their containers. Support for Docker CLI and daemon (dockerd) inside user containers. Ensure this set...