Skip to content

v1.0.4

Choose a tag to compare

@brontoguana brontoguana released this 22 Mar 22:06
· 3 commits to master since this release

ktop v1.0.4

Switch from musl static linking to glibc dynamic linking for NVIDIA GPU compatibility.

Changes

  • musl binaries can't dlopen glibc-linked shared libraries (like libnvidia-ml.so), causing GPU detection to silently fail on machines with NVIDIA GPUs
  • CI now uses cross tool to build inside older-glibc Docker containers, so binaries are both portable and GPU-compatible
  • Tested on 4xA100 box where v1.0.3 couldn't detect GPUs

Install / Upgrade

curl -sSfL https://raw.githubusercontent.com/brontoguana/ktop/master/install.sh | bash

Full Changelog: v1.0.3...v1.0.4