You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2024. It is now read-only.
I'm following the instructions on how to Deploy on Amazon EC2. Right after the gpu instance creation I test: nvidia-docker run --rm nvidia/cuda nvidia-smi and everything works fine.
Then I stop the instance docker-machine stop aws01 and start it again docker-machine start aws01 and test again:
ubuntu@aws04:~$ nvidia-docker run --rm nvidia/cuda nvidia-smi
nvidia-docker | 2016/07/13 23:40:32 Error: Could not load UVM kernel module
I'm following the instructions on how to Deploy on Amazon EC2. Right after the gpu instance creation I test:
nvidia-docker run --rm nvidia/cuda nvidia-smiand everything works fine.Then I stop the instance
docker-machine stop aws01and start it againdocker-machine start aws01and test again:This time it fails. Is this expected behavior?