docker not found
Hello, I get an error from the container attempting to launch: /opt/nvidia/nvidia_entrypoint.sh: line 49: exec: docker: not found. It seems the system loading the container doesn't have docker?
here is my template:
5 Replies
@vinodt cause it's wrong
container start sommand is not place for docker run as it's already docker container
depends what port are being used for move them to http and tcp ports
als you can use ultimit at runpod as containers are not provilaged
Got it. So how to I run my image instead? I though the template would let me run my image.
I think I get it. My image is going to run. I just have to pass additional options and setup tcp ports in the template using the box that says tcp ports
Now I have a different problem. The container log looks like this:
-- RUNPOD.IO --
Enjoy your Pod #dns6bzu1kjywha ^_^
Error response from daemon: Container 940c823f508b2aa90737b4f2b5238122dc941600c6f05c1d5c76be3c4f87166d is not running
Connection to 100.65.15.228 closed.
@vinodt Try put start command
that works! thank you