Unverified Commit ac1b74fa authored by Zhanghao Wu's avatar Zhanghao Wu Committed by GitHub
Browse files

[Docs] Fix rendering of details in README (#1179)

parent 068e9eae
...@@ -82,6 +82,7 @@ docker run --gpus all \ ...@@ -82,6 +82,7 @@ docker run --gpus all \
### Method 4: Using docker compose ### Method 4: Using docker compose
<details> <details>
> This method is recommended if you plan to serve it as a service. > This method is recommended if you plan to serve it as a service.
> A better approach is to use the [k8s-sglang-service.yaml](./docker/k8s-sglang-service.yaml). > A better approach is to use the [k8s-sglang-service.yaml](./docker/k8s-sglang-service.yaml).
...@@ -92,6 +93,7 @@ docker run --gpus all \ ...@@ -92,6 +93,7 @@ docker run --gpus all \
### Method 5: Run on Kubernetes or Clouds with SkyPilot ### Method 5: Run on Kubernetes or Clouds with SkyPilot
<details> <details>
To deploy on Kubernetes or 12+ clouds, you can use [SkyPilot](https://github.com/skypilot-org/skypilot). To deploy on Kubernetes or 12+ clouds, you can use [SkyPilot](https://github.com/skypilot-org/skypilot).
1. Install SkyPilot and set up Kubernetes cluster or cloud access: see [SkyPilot's documentation](https://skypilot.readthedocs.io/en/latest/getting-started/installation.html). 1. Install SkyPilot and set up Kubernetes cluster or cloud access: see [SkyPilot's documentation](https://skypilot.readthedocs.io/en/latest/getting-started/installation.html).
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment