#Kernel version discrepancy between Pods.

12 messages · Page 1 of 1 (latest)

trail talon
#

I have rented several GPU pods with 4090's and I sometimes get warnings about the kernel version being too low. So the host system is not running the same Linux kernel version. How can this be fixed?

I am using this base docker and it works 90% of the time, but when I get the error I can start a new Pod and not get the error.
nvidia/cuda:12.1.0-devel-ubuntu22.04

The warning is stating that kernel version is 5.4 but needs to be 5.5+

gleaming latchBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

trail talon
#

Also, do I get charged for the first hour when I launch an instance and have to re-create because the host kernel is borked?

grand folio
#

Also having issue with outdated kernel. My process is hanging

accelerator = Accelerator()
Detected kernel version 5.4.0, which is below the recommended minimum of 5.5.0; this can cause the process to hang. It is recommended to upgrade the kernel to the minimum version or higher.

ripe stratus
ripe stratus
#

docker container wont use the host's os kernel since its all virtuallized

#

so try changing images i guess or update them 🙂

mossy kayak
ripe stratus
#

What really

#

So it's a host problem?

mossy kayak