Open ZJU-lishuang opened 2 months ago
Can you confirm if Nvidia GPU operator was successfully installed? You can test it by running kubectl describe nodes
and checking if your node has a nvidia.com/gpu
resource.
If it was not installed, try manually running:
helm install --wait --generate-name \
-n gpu-operator --create-namespace \
nvidia/gpu-operator --set driver.enabled=false
sky local up failed.
Version & Commit info:
sky -v
: 0.6.1sky -c
: 0.6.1this is my local_up.log
what is the problem? How to display detailed error information?