본문 바로가기

코딩 에러

Unknown runtime specified nvidia 에러

나같은 경우에는 docker-nvidia2를 깔았다. 기존 docker-nvidia를 깔은 사람들은 


https://github.com/nvidia/nvidia-container-runtime#docker-engine-setup

여기를 참고해서 보면 되는 데, 

이상하게 여기에는 2를 깐 사람들은 저 것을 참고하면 안된다는 것이다. 2를 깔면 자동으로 되어있다 라는 식으로 말이 나온다는 거다.

근데 왜 에러가 뜰까?

라고 생각했지만 그냥 재시작 해보자고 했더니 됬다.


sudo systemctl daemon-reload
sudo systemctl restart docker


이거 치니까 해결됬음. 안해도 된다더니.... 내가 잘못 알고 있는 걸까



// for others


in my case, i downloaded nvidia2, but if your nvidia is not 2

try this 

https://github.com/nvidia/nvidia-container-runtime#docker-engine-setup


but if your docker-nvidia is version 2


just try this command


sudo systemctl daemon-reload
sudo systemctl restart docker