jeff
Issues with connecting/initializing custom docker image
It worked! Thanks for the help, I couldn't get start.sh to work properly but ended up using this as the docker command:
bash -c "apt update;apt install -y wget;DEBIAN_FRONTEND=noninteractive apt-get install openssh-server -y;mkdir -p ~/.ssh;cd $_;chmod 700 ~/.ssh;echo $PUBLIC_KEY > authorized_keys;chmod 700 authorized_keys;service ssh start;sleep infinity"
I have another question though. My Dockerfile correctly fills the /PaddleOCR
folder of the RunPod, but only when the volume mount path is something different. If I try to point the volume mount path also at /PaddleOCR, when I connect, it's empty. I thought that the volume mount path is intended to keep my files, and I want to keep the contents of PaddleOCR in the event of a shutdown?39 replies
Issues with connecting/initializing custom docker image
I would like to be able to do so, would that be via TCP? For some reason, it says that I cannot have any TCP connections to this specific RunPod. For other pods with images (like PyTorch) I am able to connect my VSCode to it
39 replies