Hi guys, I am using tensorflow training model recently and I find that I can’t get tensorflow serving image by docker. Because I am using distributed device of my campus and I can’t run “sudo” command, neither any other commands need root qualification. When I run “docker pull tensorflow/serving” command, it gives me an error message said “Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?”. Does anyone know what other way to get the serving but not by docker? Any help would be appreciated. Thank you!
Have you tried if you could run Docker in rootless mode:
Hi Bhack, Thank you for your comment! However, I found that I still need root to download uidmap. The thing is, I don’t have root authority on campus’computer. So any commands like “sudo”, “apt” are not working. Thank you anyway!
Hi Bhack, Thank you for your comment! However, I found that I still need root to download uidmap. The thing is, I don’t have root authority on campus’computer. So any commands like “sudo”, “apt” are not working. Thank you anyway!