R
RunPod3mo ago
fanbing

venv isolation in network volume

For venv isolation in my project, which consists of multiple services, with each service corresponding to a serverless worker, and each worker being built using a different subproject, should the venv be deployed within the subproject to prevent dependency conflicts between different subprojects?
1 Reply
ashleyk
ashleyk3mo ago
Create a different venv for each project instead of using the same venv.