I want to know how to launch a task on an onprem target using the Sky CLI. Is there a specific command or process to follow?
Julian Mulla
Asked on Mar 20, 2024
To launch a task on an onprem target using the Sky CLI, you can turn the local machine into an onprem cluster by following these steps:
sky local up
to set up the local machine as an onprem cluster.sky launch task.yaml
.After following these steps, your task will be launched on the onprem target successfully.