fix: add missing distro dependency to runtime docker image (#25817)

Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>
This commit is contained in:
Matt Van Horn
2026-05-20 00:46:32 -07:00
committed by GitHub
co-authored by Matt Van Horn
parent 044649c23a
commit e99f87c974
+1
View File
@@ -25,6 +25,7 @@ dependencies = [
"cuda-python>=13.0",
"decord2 ; sys_platform == 'linux' and (platform_machine == 'aarch64' or platform_machine == 'arm64' or platform_machine == 'armv7l')",
"datasets",
"distro",
"einops",
"fastapi",
"flashinfer_python[cu13]==0.6.11.post1", # keep it aligned with jit-cache version in Dockerfile