Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev sync main #106

Merged
merged 5 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM apache/airflow:2.7.2-python3.11

USER root
RUN apt-get update && \
apt-get install -y git nano vim
apt-get install -y git nano vim gcc
COPY requirements.txt requirements.txt
USER airflow
RUN pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion dags/roger/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ annotation:
sapbert:
classification_url: "https://med-nemo.apps.renci.org/annotate/"
annotator_url: "https://sap-qdrant.apps.renci.org/annotate/"
score_threshold: 0.5
score_threshold: 0.8
bagel:
enabled: false
url: "http://localhost:9099/group_synonyms_openai"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jsonpickle
redisgraph-bulk-loader==0.12.3
pytest
PyYAML
git+https://github.com/helxplatform/dug@develop
git+https://github.com/helxplatform/dug@2.13.2
orjson
kg-utils==0.0.6
bmt==1.1.0
Expand Down
Loading