Newbie creating a pod : pb with network storage and stop a pod
Hi there,
I've made a on-demand pod which is running fine. The problem is that I need to reinstall all every time I need to use it.
So I've setup a network storage, and then created a new pod based on it. It runs fine.
The problem is that if I stop the pod, I loose all once again.
Obviously there's someting I don't understand !
I'de like to have a pod installed, and to be able to start and stop it on-demand, without installing anything.
Can you help me ?
Christian
5 Replies
Your files should be on /workspace or wherever you mount the ns
I've done that :
What I don't understand is that when I apt-get update, pip install vllm, etc, then nothing appears in /wokspace.
Also I run via vllm ... meta-llama/Llama-3.2-3B-Instruct, but when I stop the pod, I loose all.
I'm missing something somewhere...

Yeah it is saved in other paths but for pup packages and your model, you can use venv and put it inside workspace
And model you configure vllm and hf to use path inside the workspace too
Thanks a lot
your welcome!