From 6293f22f932ffcefc54654643b85c71e52945bdc Mon Sep 17 00:00:00 2001 From: huvunvidia <86480512+huvunvidia@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:24:45 -0400 Subject: [PATCH] Update Dockerfile.ci (#9651) Signed-off-by: huvunvidia <86480512+huvunvidia@users.noreply.github.com> --- Dockerfile.ci | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.ci b/Dockerfile.ci index dd8af593768f..55c31e47f6d3 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -47,6 +47,7 @@ pip install --no-cache-dir --no-build-isolation --extra-index-url https://pypi.n "megatron_core @ git+https://github.com/NVIDIA/Megatron-LM.git@${MCORE_TAG}" \ "nvidia-modelopt[torch]~=${MODELOPT_VERSION}" \ "apex @ git+https://github.com/NVIDIA/apex.git@${APEX_TAG}" \ +"unstructured==0.14.9" \ "llama-index==0.10.43" \ "onnxscript @ git+https://github.com/microsoft/onnxscript" \ -r tools/ctc_segmentation/requirements.txt \