Skip to content
This repository was archived by the owner on Dec 18, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (25 loc) · 633 Bytes

File metadata and controls

28 lines (25 loc) · 633 Bytes

gpu-view docker

WEB介面多主機GPU監控

Build Docker Image

$ docker build -t gpu-view .

Run new Container (as slave or master)

$ docker run -itd --gpus all --restart=always --name gpu-view -p 9988:9988 gpu-view run --safe-zone

Add or Remove machine (only no master)

Add

$ docker exec -it gpu-view gpuview add --url <http://ip:port> --name <name>

Remove

$ docker exec -it gpu-view gpuview remove --url <http://ip:port> --name <name>

Restart

上述操作完成後重啟container

$ docker restart gpu-view