Skip to content

Version 20241130-b098777

Latest
Compare
Choose a tag to compare
@bigsk1 bigsk1 released this 30 Nov 12:31
· 3 commits to main since this release

Version 20241130-b098777

Release Highlights
🎉 Latest version of gpu-monitor
🚀 Key updates include:

Fixed issue with history.json not being created on new install

Trimmed every 24hr and 10 mins

trim is happening every 1 minute and removing previous 24hr 10 min period

Lowered CPU usage

amd64, arm64

To use:

docker pull ghcr.io/bigsk1/gpu-monitor:20241130-b098777

Notes
This release is tied to the specific Docker image tag: 20241130-b098777.
Use latest or main tags for the most up-to-date builds, but they may differ from this release over time.

docker pull ghcr.io/bigsk1/gpu-monitor:latest
docker pull ghcr.io/bigsk1/gpu-monitor:main
docker pull bigsk1/gpu-monitor:latest
docker pull bigsk1/gpu-monitor:main
docker run -d \
  --name gpu-monitor \
  -p 8081:8081 \
  -e TZ=America/Los_Angeles \
  -v /etc/localtime:/etc/localtime:ro \
  -v ./history:/app/history \
  -v ./logs:/app/logs \
  --gpus all \
  --restart unless-stopped \
  bigsk1/gpu-monitor:latest

gpu-monitor-b098777