R
RunPod7d ago
LAB AI

Pod image for network storage management

Hi, I use runpod mainly for serverless ComfyUI, using a network storage to host medias and models. To manage the network storage I assumed there is no other way to use a Pod as file manager. Maybe there are other solutions? So, for my file management , I setup a new Pod in the same region as my network storage using the smallest GPU A2000. I chose the VS code server official runpod image to have a light image with dev tools. But, it seems that the image doesn’t include rsync out of the box. If I install it on my pod and restart my pod later, rsync isn’t persistent, I have to install it again… What would be the way to keep rsync install on my pod without having to create my own docker image that includes it? Thank you!
1 Reply
riverfog7
riverfog75d ago
maybe make a template that changes the docker CMD command to something like
bash -c 'apt update && apt install rsync && /start.sh'
bash -c 'apt update && apt install rsync && /start.sh'

Did you find this page helpful?