https://github.com/arunoruto/beszel-agent

Container package for the beszel-agent with nvidia

https://github.com/arunoruto/beszel-agent

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Container package for the beszel-agent with nvidia

Basic Info
  • Host: GitHub
  • Owner: arunoruto
  • License: mit
  • Language: Dockerfile
  • Default Branch: main
  • Size: 13.7 KB
Statistics
  • Stars: 5
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created over 1 year ago · Last pushed 10 months ago
Metadata Files
Readme License

README.md

[!NOTE]
Beszel provides an official beszel-agent-nvidia image now. Feel free to try it out! I am going to keep maintaining this repo for now, since there are some legacy systems I need to monitor, where the CUDA(-runtime) version isn't compatible with the image. If you get a similar error to nvidia-container-cli: requirement error: unsatisfied condition: cuda>=12.9, please update your driver to a newer version, or use an earlier cuda container: unknown, you can use this version instead 🙂

beszel-agent container with GPU support (Nvidia)

This repository provides a Dockerfile with cuda support to track GPU usage. The image is provided here on Github and is transparent with Github's actions, also found in this repository. ghcr.io/arunoruto/beszel-agent:latest

Exampe compose file:

yaml services: beszel-agent: image: ghcr.io/arunoruto/beszel-agent:latest container_name: beszel-agent restart: unless-stopped deploy: resources: reservations: devices: - driver: nvidia count: all capabilities: - utility network_mode: host volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - /media/hdds/.beszel:/extra-filesystems/md0:ro environment: LOG_LEVEL: info PORT: 45876 GPU: true KEY: <key-here>

Owner

  • Name: Mirza Arnaut
  • Login: arunoruto
  • Kind: user
  • Location: Dortmund
  • Company: Image Analysis Group TU Dortmund

GitHub Events

Total
  • Issues event: 5
  • Watch event: 2
  • Issue comment event: 9
  • Push event: 26
Last Year
  • Issues event: 5
  • Watch event: 2
  • Issue comment event: 9
  • Push event: 26

Dependencies

.github/workflows/publish.yml actions
  • actions/attest-build-provenance v2 composite
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • docker/build-push-action v6 composite
  • docker/login-action v3 composite
  • docker/metadata-action v5 composite
.github/workflows/update.yml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
Dockerfile docker
  • ghcr.io/henrygd/beszel/beszel-agent latest build
  • nvidia/cuda 12.4.0-base-ubuntu22.04 build