fix: nvidia persistenced on arm64

This is more a band-aid fix, amd64 worked since `/lib64` was mounted up.

Proper fix will be part of refactoring extension services as part of #876

Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
Noel Georgi 2025-11-26 22:38:39 +05:30
parent a979d09383
commit edbd5ae78c
No known key found for this signature in database
GPG Key ID: 21A9F444075C9E36

View File

@ -19,6 +19,13 @@ container:
- bind
- ro
# shared libraries
- source: /lib
destination: /lib
type: bind
options:
- bind
- ro
# shared libraries
- source: /usr/local/glibc
destination: /usr/local/glibc
type: bind