Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion EdgeCraftRAG/Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading