How to build on top of runpod dockerfile?
Hi. My dockerfile is +- this:
but I could not find out how to make it runnable with pods, any time I try, my container fails to start.
What should i write to be able to ssh into the pod?
1 Reply
build that docker file
docker build
and then tag it and push it to the docker hub
and then use that image for runpod