Single node separation of env

Hello Team.
I have a serving use-case in which I will have multiple model files. These model files are basically python scripts performing inference in some way or the other. Some model files could be using a pytorch model to predict and some files might be using langchain to execute a chain.
If I deploy ray-serve as a single node application, is it possible to have separation of environments between all these individual models?