您的位置 首页 linux 运维

gpu 监控(web版)GPU Hot

 

 

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

白眉大叔

关于白眉大叔linux云计算: 白眉大叔

热门文章