The user is looking for ways to reduce the initialization time for Skypilot Runtime and Skypilot dependencies, which currently takes around 30-40% of the total launch time. They have explored pre-building AMIs with fixed versions of ray and Skypilot, and also switched to building off Docker images. The user found that installing Ray in the Docker image and configuring Conda helped reduce the initialization time to around 1 minute from 3 minutes.
Moin Nadeem
Asked on Mar 18, 2024
pip install ray[default] skypilot<wheel>
on the cluster are the main steps causing the delay.