From 026a0ef7c2e56e7d426613bf937ac5b0788554aa Mon Sep 17 00:00:00 2001 From: Romil Bhardwaj Date: Tue, 30 Jul 2024 09:15:50 -0700 Subject: [PATCH] fixes --- docs/source/reference/comparison.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/reference/comparison.rst b/docs/source/reference/comparison.rst index c57c2d3ad34..0899f073fed 100644 --- a/docs/source/reference/comparison.rst +++ b/docs/source/reference/comparison.rst @@ -28,7 +28,6 @@ SkyPilot provides faster iteration for interactive development. For example, a c * **With Kubernetes, a single iteration is a multi-step process** involving building a Docker image, pushing it to a registry, updating the Kubernetes YAML and then deploying it. * :strong:`With SkyPilot, a single command (`:literal:`sky launch`:strong:`) takes care of everything.` Behind the scenes, SkyPilot provisions pods, installs all required dependencies, executes the job, returns logs, and provides SSH and VSCode access to debug. - Behind the scenes, SkyPilot provisions pods, installs all required dependencies, executes the job, returns logs and provides SSH and VSCode access to debug. Simpler YAMLs