Install cpu version for components (#1888)
Signed-off-by: Yongbozzz <yongbo.zhu@intel.com>
(cherry picked from commit 555c4100b3)
This commit is contained in:
@@ -40,7 +40,7 @@ USER user
|
|||||||
|
|
||||||
WORKDIR /home/user/edgecraftrag
|
WORKDIR /home/user/edgecraftrag
|
||||||
RUN pip install --no-cache-dir --upgrade pip setuptools==70.0.0 && \
|
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/
|
WORKDIR /home/user/
|
||||||
RUN git clone https://github.com/openvinotoolkit/openvino.genai.git genai
|
RUN git clone https://github.com/openvinotoolkit/openvino.genai.git genai
|
||||||
|
|||||||
Reference in New Issue
Block a user