[Torch Nightly]add missing dependency (#18770)

Signed-off-by: Yang Wang <elainewy@meta.com>
This commit is contained in:
Yang Wang
2025-06-04 21:56:12 -07:00
committed by GitHub
parent a408820f2f
commit 25b918eee6
2 changed files with 10 additions and 2 deletions

View File

@@ -312,4 +312,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
# Logging to confirm the torch versions
RUN pip freeze | grep -E 'torch|xformers|vllm|flashinfer'
# Logging to confirm all the packages are installed
RUN pip freeze
#################### UNITTEST IMAGE #############################