Unable to access network volume data from serverless deployment
I have a network volume called models (id: 07k4ohphfw)
I deployed a Pod (id: t4piur6ezzwjrn) to populate this network volume with models in the /workspace directory.
I created multiple serverless endpoints to try and access the models in my network volume. I created have a serverless endpoint (id: k0xfhgd47d2xk8) for debugging purposes, which simply lists the files in /runpod-volume. The volume is attached to the serverless endpoint. However, runpod-volume is completely empty when I try to access it.
My understanding is whatever is in my /workspace directory from my pod should appear in my /runpod-volume directory from my serverless endpoint. I'm not sure what part I'm missing
10 Replies
@swervyfree I might be able to help you. Want to do a call to show me what’s happening?
Hey @kopyl that'd be great. are you free any time tomorrow (Sunday Dec 17th?)
I'm on PT. I'll dm you in the morning to figure out a time. Thank you
Not sure. Please ping me tomorrow
Did you find a way to access it?
@affect2979 no, /runpod-volume is still empty
@swervyfree are you sure you attached your network volume to your serverless endpoint by expanding the advanced settings?
@.ashleyk thanks for reply - yeah i did
Then they should be there, maybe you didn't attach it to the pod correctly when copying them onto the pod?
That was it. must've accidentally switched over to pod volume at some point. Thank you @ashleyk