Skip to content

Commit

Permalink
chore(build): updated pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Morriz committed Feb 21, 2024
1 parent 258faad commit 853d5b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- 'lib/**'
- 'Dockerfile'
- 'Home.py'
- 'requirements-prod.txt'
- 'requirements.txt'

env:
CACHE_REGISTRY: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.11 as base
WORKDIR /app
COPY requirements-prod.txt /app/
COPY requirements.txt /app/
RUN python -m venv .venv
RUN .venv/bin/pip install --no-cache-dir -r requirements.txt

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
faiss-cpu==1.7.4
fastapi==0.109.2
llama-index==0.10.4
llama-index-llms-openai==0.1.1
llama-index-retrievers-bm25==0.1.1
llama-index==0.10.11
llama-index-llms-openai==0.1.6
llama-index-retrievers-bm25==0.1.2
llama-index-vector-stores-faiss==0.1.1
openai==1.12.0
PyYAML==6.0.1
Expand Down

0 comments on commit 853d5b5

Please sign in to comment.