From b8701ff913213d7f19ec1fc86c28651b3fef4f0b Mon Sep 17 00:00:00 2001 From: Michael Benayoun Date: Thu, 19 Dec 2024 12:14:53 +0100 Subject: [PATCH] Build doc --- docs/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 13ad3258b3..4eb2ad476c 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -8,4 +8,5 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip RUN python3 -m pip install --no-cache-dir git+https://github.com/huggingface/doc-builder.git RUN git clone $clone_url && cd optimum && git checkout $commit_sha -RUN python3 -m pip install --no-cache-dir ./optimum[onnxruntime,benchmark,quality,exporters-tf,exporters-executorch,doc-build,diffusers] --index-url https://download.pytorch.org/whl/cpu +RUN python3 -m pip install --no-cache-dir ./optimum[onnxruntime,benchmark,quality,exporters-tf,doc-build,diffusers] +RUN python3 -m pip install ./optimum[exporters-executorch] --index-url https://download.pytorch.org/whl/cpu