Fix decord dependency for aarch64 docker build (#10529)

This commit is contained in:
kyleliang-nv
2025-09-16 17:34:37 -07:00
committed by GitHub
parent 14fdd52740
commit e1d45bc280
3 changed files with 19 additions and 6 deletions

View File

@@ -89,7 +89,8 @@ tracing = [
"opentelemetry-exporter-otlp-proto-grpc",
]
all = ["sglang[test]", "sglang[decord]"]
blackwell = ["nvidia-cutlass-dsl==4.2.0", "sglang[test]"]
blackwell = ["nvidia-cutlass-dsl==4.2.0", "sglang[test]", "sglang[decord]"]
blackwell_aarch64 = ["nvidia-cutlass-dsl==4.2.0", "sglang[test]"]
dev = ["sglang[test]"]
[project.urls]