Hello Sir/Madam,
I am working on Putty terminal . I am unable to access the DL server. DL machine of Nvidia V100. Unknwn runtime specified by nvidia.
shpawar@wcoe-dl-server:~$ nvidia-docker run --rm --init -it --name container18 -p 5018:5000 -p 8906:8888 -v $LAB:/LAB -w=“/LAB” nvcr.io/nvidia/tensorflow:21.11-tf2-py3
docker: Error response from daemon: Unknown runtime specified nvidia.
Hello @pawarsheetal13 and welcome to the NVIDIA developer forums!
Depending on your operating system your docker installation might be incorrect or incomplete.
The latest docker versions do not require the nvidia-docker
command anymore but install the runtime as part of the normal docker invocation.
It is recommended to follow the instructions as described for example on our cloud native pages.
I hope this helps!