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 whaleOP10mo ago
I can try symbolink but do we have any configuration option anywhere?
Unknown User
Unknown User10mo ago
Message Not Public
Sign In & Join Server To View
flash-singh
flash-singh10mo ago
your whole network volume gets mounted as path you specify
Unknown User
Unknown User10mo ago
Message Not Public
Sign In & Join Server To View
flash-singh
flash-singh10mo ago
serverless is static mount path. always have been, /runpod-volume

Did you find this page helpful?