Install cpu version for components (#1888)

Signed-off-by: Yongbozzz <yongbo.zhu@intel.com>
This commit is contained in:
Zhu Yongbo
2025-04-29 10:08:23 +08:00
committed by GitHub
parent 04d527d3b0
commit 555c4100b3

View File

@@ -40,7 +40,7 @@ USER user
WORKDIR /home/user/edgecraftrag
RUN pip install --no-cache-dir --upgrade pip setuptools==70.0.0 && \
pip install --no-cache-dir -r requirements.txt
pip install --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cpu -r requirements.txt
WORKDIR /home/user/
RUN git clone https://github.com/openvinotoolkit/openvino.genai.git genai