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 04d527d commit 555c410Copy full SHA for 555c410
EdgeCraftRAG/Dockerfile.server
@@ -40,7 +40,7 @@ USER user
40
41
WORKDIR /home/user/edgecraftrag
42
RUN pip install --no-cache-dir --upgrade pip setuptools==70.0.0 && \
43
- 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
44
45
WORKDIR /home/user/
46
RUN git clone https://github.com/openvinotoolkit/openvino.genai.git genai
0 commit comments