Skip to content

Commit

Permalink
--no-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor Kiss committed Jun 3, 2024
1 parent a5563e4 commit 988bc5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assistant/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ RUN chmod +x ./kubectl
RUN mv ./kubectl $HOME/.local/bin

# Copy requirements.txt and install dependencies
RUN pip install unstructured --no-deps urllib3
RUN pip install --upgrade pip
RUN pip install urllib3
RUN pip install unstructured
# RUN pip install unstructured --no-deps urllib3
RUN pip install -r requirements.txt
RUN pip install --no-cache-dir "sap-llm-commons[all]"==0.2.0
RUN pip install gunicorn
Expand Down

0 comments on commit 988bc5b

Please sign in to comment.