Skip to content

Commit 631f30d

Browse files
Yongbozzzchensuyue
authored andcommitted
Install cpu version for components (#1888)
Signed-off-by: Yongbozzz <yongbo.zhu@intel.com> (cherry picked from commit 555c410)
1 parent 0b55835 commit 631f30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EdgeCraftRAG/Dockerfile.server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ USER user
4040

4141
WORKDIR /home/user/edgecraftrag
4242
RUN pip install --no-cache-dir --upgrade pip setuptools==70.0.0 && \
43-
pip install --no-cache-dir -r requirements.txt
43+
pip install --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cpu -r requirements.txt
4444

4545
WORKDIR /home/user/
4646
RUN git clone https://github.com/openvinotoolkit/openvino.genai.git genai

0 commit comments

Comments
 (0)