We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b55835 commit 631f30dCopy full SHA for 631f30d
1 file changed
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