waspinator
how do you create a compatible docker file?
I want to run a custom docker file, but I'm not sure how to make one that's compatible.
for example when I use this to create an image that's saved to my registry, the pod seems to start but I can't connect to it over ssh. I noticed that if I picked an official pytorch pod I had checkmarks for ssh and jupter lab, but not if I use my custom one. What's the minimal dockerfile I need to run?
20 replies