diff --git a/README.md b/README.md index f3006fa6608..2adb599f0d3 100644 --- a/README.md +++ b/README.md @@ -68,14 +68,14 @@ SkyPilot supports your existing GPU, TPU, and CPU workloads, with no code change Install with pip (we recommend the nightly build for the latest features or [from source](https://skypilot.readthedocs.io/en/latest/getting-started/installation.html)): ```bash -pip install "skypilot-nightly[aws,gcp,azure,oci,lambda,runpod,fluidstack,cudo,ibm,scp,kubernetes]" # choose your clouds +pip install "skypilot-nightly[aws,gcp,azure,oci,lambda,runpod,fluidstack,paperspace,cudo,ibm,scp,kubernetes]" # choose your clouds ``` To get the last release, use: ```bash -pip install -U "skypilot[aws,gcp,azure,oci,lambda,runpod,fluidstack,cudo,ibm,scp,kubernetes]" # choose your clouds +pip install -U "skypilot[aws,gcp,azure,oci,lambda,runpod,fluidstack,paperspace,cudo,ibm,scp,kubernetes]" # choose your clouds ``` -Current supported providers (AWS, Azure, GCP, OCI, Lambda Cloud, RunPod, Fluidstack, Cudo, IBM, Samsung, Cloudflare, any Kubernetes cluster): +Current supported providers (AWS, Azure, GCP, OCI, Lambda Cloud, RunPod, Fluidstack, Paperspace, Cudo, IBM, Samsung, Cloudflare, any Kubernetes cluster):

diff --git a/docs/source/getting-started/installation.rst b/docs/source/getting-started/installation.rst index 30a12023918..490d2d76311 100644 --- a/docs/source/getting-started/installation.rst +++ b/docs/source/getting-started/installation.rst @@ -30,6 +30,7 @@ Install SkyPilot using pip: pip install "skypilot-nightly[lambda]" pip install "skypilot-nightly[runpod]" pip install "skypilot-nightly[fluidstack]" + pip install "skypilot-nightly[paperspace]" pip install "skypilot-nightly[cudo]" pip install "skypilot-nightly[ibm]" pip install "skypilot-nightly[scp]" @@ -56,6 +57,7 @@ Install SkyPilot using pip: pip install "skypilot[lambda]" pip install "skypilot[runpod]" pip install "skypilot[fluidstack]" + pip install "skypilot[paperspace]" pip install "skypilot[cudo]" pip install "skypilot[ibm]" pip install "skypilot[scp]" @@ -85,6 +87,7 @@ Install SkyPilot using pip: pip install -e ".[lambda]" pip install -e ".[runpod]" pip install -e ".[fluidstack]" + pip install -e ".[paperspace]" pip install -e ".[cudo]" pip install -e ".[ibm]" pip install -e ".[scp]" @@ -166,7 +169,7 @@ section :ref:`below `. Cloud account setup ------------------- -SkyPilot currently supports these cloud providers: AWS, GCP, Azure, OCI, Lambda Cloud, RunPod, Fluidstack, Cudo, +SkyPilot currently supports these cloud providers: AWS, GCP, Azure, OCI, Lambda Cloud, RunPod, Fluidstack, Paperspace, Cudo, IBM, SCP, VMware vSphere and Cloudflare (for R2 object store). If you already have cloud access set up on your local machine, run ``sky check`` to :ref:`verify that SkyPilot can properly access your enabled clouds`. diff --git a/docs/source/images/cloud-logos-dark.png b/docs/source/images/cloud-logos-dark.png index e0987617fee..dd2e96a3f62 100644 Binary files a/docs/source/images/cloud-logos-dark.png and b/docs/source/images/cloud-logos-dark.png differ diff --git a/docs/source/images/cloud-logos-light.png b/docs/source/images/cloud-logos-light.png index 363a3491a92..aa6be8cede7 100644 Binary files a/docs/source/images/cloud-logos-light.png and b/docs/source/images/cloud-logos-light.png differ diff --git a/sky/setup_files/setup.py b/sky/setup_files/setup.py index bad6660c1c4..c05ffcc4f35 100644 --- a/sky/setup_files/setup.py +++ b/sky/setup_files/setup.py @@ -236,6 +236,7 @@ def parse_readme(readme: str) -> str: 'runpod': ['runpod>=1.5.1'], 'fluidstack': [], # No dependencies needed for fluidstack 'cudo': ['cudo-compute>=0.1.8'], + 'paperspace': [], # No dependencies needed for paperspace 'vsphere': [ 'pyvmomi==8.0.1.0.2', # vsphere-automation-sdk is also required, but it does not have