Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gpuhw
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Odysseus
gpuhw
Commits
91c7f560
Commit
91c7f560
authored
May 23, 2024
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add smi docker compose
parent
0f50226e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
0 deletions
+26
-0
docker-compose-smi.yml
docker-compose-smi.yml
+21
-0
dockerfile-smi
dockerfile-smi
+5
-0
gpuhw-smi
gpuhw-smi
+0
-0
No files found.
docker-compose-smi.yml
0 → 100644
View file @
91c7f560
version
:
"
3.9"
services
:
monitor.multi
:
image
:
docker.ai.17xuexi.com/monitorapi/monitor-smi:latest
ports
:
-
9093:9090
-
7000:5000
volumes
:
-
/proc:/host/proc:ro
-
/sys:/host/sys:ro
-
/:/rootfs:ro
deploy
:
resources
:
reservations
:
devices
:
-
driver
:
nvidia
count
:
all
capabilities
:
[
gpu
]
restart
:
unless-stopped
dockerfile-smi
0 → 100644
View file @
91c7f560
FROM ubuntu
COPY gpuhw-smi /usr/bin/
ENTRYPOINT ["/usr/bin/gpuhw-smi"]
gpuhw-smi
0 → 100755
View file @
91c7f560
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment