-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
When deploying llm-sandbox in k8s cluster, the administrator may have to configure PIP_INDEX to utilize cache infrastructure. Otherwise, it might take long to finish the environment setup.
Describe the solution you'd like
Allow user to override these commands.
Describe alternatives you've considered
- Inject these commands via environment variables.
- Add an option to skip these commands (restrict libraries to whatever in the image)
- Provide a 'null' language so that no environment setup is needed.
Additional context
Thanks for your awesome project.