network volume venv serverless

When trying to access venv/src pip installs from a network volume, I get moduleNotFound. When the same network volume is loaded on a Pod, it works just fine. Any tips?
Solution
Venv needs to be loaded from the same directory path i think. u should instead in serverless just bake the dependency into the docker image
Was this page helpful?