Attaching network volume with path inside pod

Hey guys, I have an app running inside container and I want a path from my network drive to be mounted as path inside container. For instance, I have path /app/models inside my container. I want to keep some models inside my network drive and want to be used by pod as /app/models. Not finding any solid documentation around this
5 Replies
blue whale
blue whaleOP2mo ago
I can try symbolink but do we have any configuration option anywhere?
nerdylive
nerdylive2mo ago
@flash-singh is it not possible in serverless anymore
flash-singh
flash-singh2mo ago
your whole network volume gets mounted as path you specify
nerdylive
nerdylive2mo ago
Where is the mount settings In server less, I didn't see it
flash-singh
flash-singh2mo ago
serverless is static mount path. always have been, /runpod-volume

Did you find this page helpful?