Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brandomr committed Nov 5, 2024
1 parent 0803a3a commit 8fcd3e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
environment:
- GIT_COMMIT_SHA=${COMMIT_SHA:-unknown}
- APP_VERSION=${VERSION:-unknown}
- OPENAI_API_KEY=${OPENAI_API_KEY}
ports:
- "8000:8000"
networks:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies = [
"Pillow>=9.3.0",
"tqdm>=4.64.1",
"langchain>=0.0.321",
"langchain-community>=0.0.1",
"requests>=2.28.1",
"python-multipart>=0.0.6",
"tiktoken>=0.4.0",
Expand Down

0 comments on commit 8fcd3e7

Please sign in to comment.