You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @newyorkthink, thanks for raising this. I would investigate this if possible.
appimage format it can run everywhere
nvitop is a pure Python library that can also run everywhere. AppImage format may have some advantages in that we can distribute the software via a single file. For nvitop, if we want to distribute an AppImage release, e.g. nvitop.AppImage, we need to also pack the Python interpreter, related Python dependencies, and the NVIDIA NVML dynamic library. The last one may involve a license issue.
@XuehaiPan An .AppImage package is a convenient choice for offline installations. It also helps protect nvitop from potential dependencies conflicts with other Python apps.
Hi @newyorkthink, thanks for raising this. I would investigate this if possible.
appimage format it can run everywhere
nvitop is a pure Python library that can also run everywhere. AppImage format may have some advantages in that we can distribute the software via a single file. For nvitop, if we want to distribute an AppImage release, e.g. nvitop.AppImage, we need to also pack the Python interpreter, related Python dependencies, and the NVIDIA NVML dynamic library. The last one may involve a license issue.
@XuehaiPan An .AppImage package is a convenient choice for offline installations. It also helps protect nvitop from potential dependencies conflicts with other Python apps.
please make appimage, the kxxoling comment is good
Required prerequisites
Motivation
appimage format it can run everywhere
and the modern Command like fzf nvtop bat btop, there have appimage format or binary file too
Solution
No response
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: