For context: I habe a PC with an 8gb SSD and I somehow need to get an app on there that only has a flatpak release

  • DaPorkchop_@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    4 days ago

    There is no reason that you couldn’t, for instance, bind-mount the host’s nvidia drivers into the container namespace when launching the flatpak. Would avoid having to download the driver again, and reduce runtime memory pressure since the driver code pages would be shared between everything again.