add AWS SGLang DLC to docs (#16686)

This commit is contained in:
Sirut Buasai
2026-01-08 20:06:31 -08:00
committed by GitHub
parent c1c13c841a
commit cceb5e6aa5

View File

@@ -148,6 +148,8 @@ sky status --endpoint 30000 sglang
To deploy on SGLang on AWS SageMaker, check out [AWS SageMaker Inference](https://aws.amazon.com/sagemaker/ai/deploy)
Amazon Web Services provide supports for SGLang containers along with routine security patching. For available SGLang containers, check out [AWS SGLang DLCs](https://github.com/aws/deep-learning-containers/blob/master/available_images.md#sglang-containers)
To host a model with your own container, follow the following steps:
1. Build a docker container with [sagemaker.Dockerfile](https://github.com/sgl-project/sglang/blob/main/docker/sagemaker.Dockerfile) alongside the [serve](https://github.com/sgl-project/sglang/blob/main/docker/serve) script.