Skip to content

Instantly share code, notes, and snippets.

View 54ckj's full-sized avatar

Jason 54ckj

  • not anymore
  • 中国-四川省-南充市
View GitHub Profile
@54ckj
54ckj / docker-swarm-gpu.md
Created February 7, 2025 08:15 — forked from coltonbh/docker-swarm-gpu.md
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

@54ckj
54ckj / docker-swarm-gpu.md
Created February 7, 2025 08:15 — forked from coltonbh/docker-swarm-gpu.md
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