Skip to content

Commit

Permalink
fix: nvidia fabricmanager production
Browse files Browse the repository at this point in the history
Fix NVIDIA FabricManager production.

Fixes: #511

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Nov 29, 2024
1 parent 4168af9 commit b452bc6
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ container:
- rshared
- rbind
- ro
# even though we set `TOPOLOGY_FILE_PATH=/usr/local/share/nvidia/nvswitch` in the config file,
# fabricmanager still tries to use /usr/share/nvidia/nvswitch
- source: /usr/local/share/nvidia/nvswitch
destination: /usr/share/nvidia/nvswitch
type: bind
options:
- rshared
- rbind
- ro
# binaries
- source: /usr/local/bin
destination: /usr/local/bin
Expand Down

0 comments on commit b452bc6

Please sign in to comment.