Skip to content

Commit

Permalink
Update Dockerfile and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
halirutan committed Oct 18, 2024
1 parent 94e2cfb commit 207e63d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ USER ecotoxfred
COPY *.py .
COPY figures/ figures/
COPY tools/ tools/
COPY prompts/ prompts/
COPY VERSION VERSION


# indicates the container port, which is exposed to the host
EXPOSE 8501
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.1.0
2024.1.1
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
tenacity==8.1.0
langchain==0.2.3
openai==1.33.0
langchain-openai==0.1.8
neo4j-driver==5.21.0
streamlit==1.35.0
langchainhub==0.1.18
langchain-core
langchain-community==0.2.4
langchain==0.3.4
openai==1.52.0
langchain-openai==0.2.3
neo4j-driver==5.25.0
streamlit==1.39.0
langchainhub==0.1.21
langchain-core==0.3.12
langchain-community==0.3.3
networkx~=3.3
matplotlib~=3.9.1
wikipedia~=1.4.0
Expand All @@ -16,4 +16,4 @@ pandas~=2.2.2
plotly
pytest
toml
yaml
PyYAML

0 comments on commit 207e63d

Please sign in to comment.