User Tools

Site Tools


linux:docker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:docker [2025/09/04 00:07] – [GPU hardware acceleration] Wulf Rajeklinux:docker [2025/09/04 00:12] (current) – [GPU hardware acceleration] Wulf Rajek
Line 176: Line 176:
 nvtop can be used for AMD and NVidia gpus to see if the gpu is being used. nvtop can be used for AMD and NVidia gpus to see if the gpu is being used.
 On Debian, nvtop is in the contrib repositories which need to be added. On Debian, nvtop is in the contrib repositories which need to be added.
 +<code>
 +#bookworm
 +sed -r 's/^deb(.*)$/deb\1 contrib/g' /etc/apt/sources.list
 +
 +#new deb822 sources format
 +sed -i 's/^Components: main$/& contrib non-free non-free-firmware/' /etc/apt/sources.list.d/debian.sources
 +
 +apt update
 +</code>
 On Ubuntu systems, nvtop is in the default repositories. On Ubuntu systems, nvtop is in the default repositories.
 <code> <code>
linux/docker.txt · Last modified: by Wulf Rajek