Skip to content

Instantly share code, notes, and snippets.

View cin-eren's full-sized avatar

Luc Giang cin-eren

View GitHub Profile
@cin-eren
cin-eren / main.md
Created February 20, 2025 05:31 — forked from jabbany/main.md
Setting up podman + nvidia on F37 - F40 (Self notes)

Follow the following instructions:

  1. Install the C compiler through sudo dnf group install "C Development Tools and Libraries"
  2. Install the kernel headers sudo dnf install kernel-devel
  3. Download the latest drivers (replace with URL from nvidia website)
    wget https://us.download.nvidia.com/XFree86/Linux-x86_64/550.54.14/NVIDIA-Linux-x86_64-550.54.14.run
    chmod a+x NVIDIA-Linux-x86_64-550.54.14.run
    sudo ./NVIDIA-Linux-x86_64-550.54.14.run
    
@cin-eren
cin-eren / promtail_docker_logs.md
Created December 3, 2024 08:48 — forked from ruanbekker/promtail_docker_logs.md
Docker Container Logging using Promtail