first add

This commit is contained in:
2024-08-28 15:18:15 +08:00
commit 873429d4e6
57 changed files with 4892 additions and 0 deletions

7
dcgm-exporter/README.md Normal file
View File

@@ -0,0 +1,7 @@
构建和运行
使用 Docker Compose 构建和运行容器:
```shell
docker-compose up --build -d
```