gpu-hot:基于 Python 和 Docker 的 NVIDIA GPU 监控仪表盘项目 - AtomGit | GitCode
http://127.0.0.1:1312
docker-compose.yaml
services:
gpu-hot:
container_name: gpu-hot
image: ghcr.io/psalias2006/gpu-hot:latest
restart: always
ports:
- "1312:1312"
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]
runtime: nvidia
environment:
- NVIDIA_VISIBLE_DEVICES=all
- NVIDIA_DRIVER_CAPABILITIES=all

欢迎来撩 : 汇总all
