- 16 Nov, 2020 3 commits
-
-
Baptiste Jonglez authored
Both cuda and prometheus have services that need to start only on machines with GPU. They rely on /dev/nvidia0 being present on such machines to detect the presence of GPU. However, /dev/nvidia0 is not created when the nvidia driver is loaded, but only when `nvidia-smi` is first run. The new service calls `nvidia-smi` once during boot to create /dev/nvidia0 and thus to allow the other services to start. On machines without GPU, `nvidia-smi` will fail, so we ignore its exit code.
-
Baptiste Jonglez authored
This was apparently never done, so the service is installed since 2018 but never actually run... We only start the service if /dev/nvidia0 exists (i.e nvidia driver is loaded), because otherwise the service would fail.
-
Baptiste Jonglez authored
-
- 27 Feb, 2019 1 commit
-
-
Teddy Valette authored
- Add setup_orchestrator and run_orchestrator steps for debian9 - Move puppet recipes from Attic to steps/data/setup/{puppet,hiera}
-
- 06 Dec, 2018 1 commit
-
-
Lucas Nussbaum authored
-
- 26 Apr, 2018 2 commits
-
-
MICHON Nicolas authored
This reverts commit 0d1d90b1.
-
MICHON Nicolas authored
Reverting temporarily to generated new environment. This reverts commit 0517c924.
-
- 25 Apr, 2018 1 commit
-
-
DEMENGEON Olivier authored
Add the nvidia-persistenced.service
-