Flags that can be passed when creating a virtualenv should be supported.
I ran into this when i started an EC2 instance running a recent Ubuntu and ran:
cd example_agents/acme_dqn
agentos run agent
The VirtualEnv got created with Python 3.10.4 interpreter, which we don't support yet.
One solution would be to make VirtualEnv a PCS Component with attributes:
- python_version
- requirements_path