chore: cleanup docker image (#10671)

This commit is contained in:
Yineng Zhang
2025-09-19 16:56:49 -07:00
committed by GitHub
parent 03ce92e594
commit 6f993e8b9e
3 changed files with 7 additions and 20 deletions

View File

@@ -67,6 +67,7 @@ dependencies = [
"tiktoken",
"anthropic>=0.20.0",
"torch_memory_saver==0.0.8",
"nvidia-cutlass-dsl==4.2.0",
]
[project.optional-dependencies]
@@ -89,9 +90,9 @@ tracing = [
"opentelemetry-exporter-otlp-proto-grpc",
]
all = ["sglang[test]", "sglang[decord]"]
blackwell = ["nvidia-cutlass-dsl==4.2.0", "sglang[test]", "sglang[decord]"]
blackwell_aarch64 = ["nvidia-cutlass-dsl==4.2.0", "sglang[test]"]
dev = ["sglang[test]"]
blackwell = ["sglang[test]", "sglang[decord]"]
blackwell_aarch64 = ["sglang[test]"]
dev = ["sglang[test]", "sglang[decord]"]
[project.urls]
"Homepage" = "https://github.com/sgl-project/sglang"