jherrm
torch.cuda.is_available() is False
Spinning up several H100s (burning money 😅) and no matter which official docker image I use,
torch.cuda.is_available()
is always False
, which prevents me from actually using these GPUs.
I've tried the following docker images:
pytorch:2.2.1-py3.10-cuda12.1.1-devel-ubuntu22.04
pytorch:2.0.1-py3.10-cuda11.8.0-devel-ubuntu22.04
Output of various commands:
If the official images don't work, what am I supposed to do? Thanks for any help!8 replies