We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6153b7 commit 8115bf6Copy full SHA for 8115bf6
docs/Dockerfile
@@ -25,4 +25,4 @@ RUN npm install npm@9.8.1 -g && \
25
RUN python3 -m pip install --no-cache-dir --upgrade pip
26
RUN python3 -m pip install --no-cache-dir git+https://github.com/huggingface/doc-builder.git
27
RUN git clone $clone_url && cd optimum-intel && git checkout $commit_sha
28
-RUN python3 -m pip install --no-cache-dir ./optimum-intel[ipex,neural-compressor,openvino,diffusers,quality]
+RUN python3 -m pip install --no-cache-dir ./optimum-intel[neural-compressor,openvino,diffusers,quality]
0 commit comments