πŸ“’ Important: Nvidia Container Toolkit Version Check

πŸ“’ Important: Nvidia Container Toolkit Version Check

πŸ‘‹ gm Lilypad Resource Providers!

We wanted to give you a quick heads-up regarding Nvidia Container Toolkit. NVIDIA has identified a vulnerability in versions 1.16.1 and earlier, which could potentially expose the host file system under specific conditions. You can read more about it in their advisory here: https://thehackernews.com/2024/09/critical-nvidia-container-toolkit.html

Please update to version 1.16.2!

Staying up to date helps ensure everything runs smoothly and securely, so we have some instructions on how to update below:

Step 1: Stop Running Services
1. Stop Lilypad service (if running):

`sudo systemctl stop lilypad`
2. Stop Bacalhau service:

`sudo systemctl stop bacalhau`

Step 2: Update NVIDIA Container Toolkit
Please refer to the official NVIDIA guide: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html

Step 3: After Updating- Check NVIDIA Container Toolkit Version
`nvidia-container-toolkit --version` *Ensure you are updated to version 1.16.2

Step 4: Restart Services
1. Restart Bacalhau service:

`sudo systemctl start bacalhau`
2. Restart Lilypad service (if needed):

`sudo systemctl start lilypad`

Troubleshooting
- If you encounter any issues, check the system logs:

`sudo journalctl -xe`
- Always check the official NVIDIA documentation for the most up-to-date instructions and compatibility information.