Skip to content

Instantly share code, notes, and snippets.

View johnlundberg's full-sized avatar

John Lundberg johnlundberg

  • Magnet Forensics (Griffeye)
  • Gothenburg, Sweden
View GitHub Profile
@coltonbh
coltonbh / docker-swarm-gpu.md
Last active June 16, 2024 22:23
Docker Swarm GPU Support

GPU Support For Docker Swarm

Docker compose has nice support for GPUs, K8s has moved their cluster-wide GPU scheduler from experimental to stable status. Docker swarm has yet to support the device option used in docker compose so the mechanisms for supporting GPUs on swarm are a bit more open-ended.

Basic documentation