- Improve run.sh to allow direct call with appl full path in one argument,

- Now support 580.105.08 driver,
- Now use rx3-docker/x11-pulse:1.2.6-mga9 image,
- Rebuild for updates.
This commit is contained in:
2025-11-29 11:42:13 +01:00
parent d6fcb35c68
commit e94e601e85
4 changed files with 28 additions and 10 deletions

View File

@@ -5,13 +5,13 @@ Welcome to RX3-Docker/X11-Pulse-NVidia docker image!
This is project aims to build a X11 + Pulse + NVidia docker image able to run any graphic & audio application isolated and hardware optimized.
Features:
- Curtently based on rx3-docker/x11-pulse:1.2.5-mga9 image,
- NVidia libs installed (580.82.07),
- Curtently based on rx3-docker/x11-pulse:1.2.6-mga9 image,
- NVidia libs installed (580.105.08),
- Require nvidia-container-toolkit installed on the host,
- Add '-d' option to disable sound.
Usage:
./bin/run.sh [-h] [-i] <Application Dir> <Application Exec> [Args...]
./bin/run.sh [-h] [-d] [-i] [<Application_Dir> <Application_Exec> | <Application_Exec>] [Args...]