# Spot Instance ships without Cuda

**URL:** https://forum.verda.com/t/spot-instance-ships-without-cuda/41
**Category:** Bug Reports
**Created:** [September 5, 2025, 1:40pm UTC](https://forum.verda.com/t/spot-instance-ships-without-cuda/41 "2025-09-05T13:40:20Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![TensorTyrant119](https://avatars.discourse-cdn.com/v4/letter/t/35a633/32.png) [@TensorTyrant119](https://forum.verda.com/u/TensorTyrant119)
#### Post date: [September 5, 2025, 1:40pm UTC](https://forum.verda.com/t/spot-instance-ships-without-cuda/41/1 "2025-09-05T13:40:20Z")

</div>

Hi, i am trying to create rtx A6000 spot instance in FIN-01. The resulting instance ships without cuda installation even if i choose “Ubuntu 24.04 + CUDA 12.6 + Docker” when creating the instance. I have tried it 3 times and it still showed the same result. Can anyone help with this?

---

<div class="post-metadata">

### Author: ![TeamVerda](https://dub1.discourse-cdn.com/flex014/user_avatar/forum.verda.com/teamverda/32/36_2.png) [@TeamVerda](https://forum.verda.com/u/TeamVerda)
#### Post date: [September 5, 2025, 6:43pm UTC](https://forum.verda.com/t/spot-instance-ships-without-cuda/41/2 "2025-09-05T18:43:56Z")

</div>

Hi,

It looks that the cuda is actually installed but the default image doesn’t have the required kernel module. We are looking deeper into this.

In the meantime you can manually install the kernel with these commands:

```auto
sudo apt update

```

```auto
sudo apt install nvidia-driver-550

```

```auto
sudo reboot

```

Reboot will disconnect your SSH connection and once the instance has rebooted, you will have a working setup. Both **nvidia-smi** and **nvcc --version** commands should return valid values. If they do not, let us know and we’ll recheck!
