You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a custom docker image as runtime environment, there should be an option to disable the CONDA_INSTALLATION_COMMANDS during setup which the user can configure.
I think setting the value to empty string here when a custom image is present should suffice.
This will also help reduce the startup time.
Let me know your thoughts if this a good idea?
The text was updated successfully, but these errors were encountered:
Thanks for raising this @hemildesai! We were installing conda for all clusters to keep environments aligned. We can consider adding a knob in ~/.sky/config.yaml to disable the conda installation for better speed.
In that case, setting CONDA_INSTALLATION_COMMANDS may not be sufficient, as we may need some checks for the default Python version on the system, and not install conda only when python=3.10 to make sure the dependency for skypilot runtime can be correctly installed.
When using a custom docker image as runtime environment, there should be an option to disable the CONDA_INSTALLATION_COMMANDS during setup which the user can configure.
I think setting the value to empty string here when a custom image is present should suffice.
This will also help reduce the startup time.
Let me know your thoughts if this a good idea?
The text was updated successfully, but these errors were encountered: