mirror of
https://github.com/siderolabs/extensions.git
synced 2026-05-05 12:16:46 +02:00
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:
parent
a979d09383
commit
edbd5ae78c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user