Skip to content

Commit

Permalink
fix file copy path and upgrade mlflow
Browse files Browse the repository at this point in the history
  • Loading branch information
baixiac committed Nov 4, 2024
1 parent e876992 commit 9667fe0
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docker/celery/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ uvicorn~=0.29.0
python-multipart~=0.0.5
ijson~=3.1.4
python-dotenv~=0.20.0
mlflow~=2.14.3
mlflow~=2.16.2
psycopg2-binary~=2.9.4
boto3~=1.28.84
typer~=0.7.0
Expand Down
2 changes: 1 addition & 1 deletion docker/medcat-deid/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN mkdir -p /app/model/model && \
mkdir -p /app/model/retrained && \
chown -R $CMS_UID:$CMS_GID /app
RUN pip install --no-cache-dir -U pip &&\
pip install --no-cache-dir -r requirements.txt && \
pip install --no-cache-dir -r /app/requirements.txt && \
python -m spacy download en_core_web_md

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion docker/medcat-deid/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ uvicorn~=0.29.0
python-multipart~=0.0.5
ijson~=3.1.4
python-dotenv~=0.20.0
mlflow~=2.14.3
mlflow~=2.16.2
psycopg2-binary~=2.9.4
boto3~=1.28.84
typer~=0.7.0
Expand Down
2 changes: 1 addition & 1 deletion docker/medcat-icd10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN mkdir -p /app/model/model && \
mkdir -p /app/model/retrained && \
chown -R $CMS_UID:$CMS_GID /app
RUN pip install --no-cache-dir -U pip &&\
pip install --no-cache-dir -r requirements.txt && \
pip install --no-cache-dir -r /app/requirements.txt && \
python -m spacy download en_core_web_md

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion docker/medcat-icd10/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ uvicorn~=0.29.0
python-multipart~=0.0.5
ijson~=3.1.4
python-dotenv~=0.20.0
mlflow~=2.14.3
mlflow~=2.16.2
psycopg2-binary~=2.9.4
boto3~=1.28.84
typer~=0.7.0
Expand Down
2 changes: 1 addition & 1 deletion docker/medcat-snomed/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN mkdir -p /app/model/model && \
mkdir -p /app/model/retrained && \
chown -R $CMS_UID:$CMS_GID /app
RUN pip install --no-cache-dir -U pip &&\
pip install --no-cache-dir -r requirements.txt && \
pip install --no-cache-dir -r /app/requirements.txt && \
python -m spacy download en_core_web_md

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion docker/medcat-snomed/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ uvicorn~=0.29.0
python-multipart~=0.0.5
ijson~=3.1.4
python-dotenv~=0.20.0
mlflow~=2.14.3
mlflow~=2.16.2
psycopg2-binary~=2.9.4
boto3~=1.28.84
typer~=0.7.0
Expand Down
2 changes: 1 addition & 1 deletion docker/medcat-umls/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN mkdir -p /app/model/model && \
mkdir -p /app/model/retrained && \
chown -R $CMS_UID:$CMS_GID /app
RUN pip install --no-cache-dir -U pip &&\
pip install --no-cache-dir -r requirements.txt && \
pip install --no-cache-dir -r /app/requirements.txt && \
python -m spacy download en_core_web_md

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion docker/medcat-umls/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ uvicorn~=0.29.0
python-multipart~=0.0.5
ijson~=3.1.4
python-dotenv~=0.20.0
mlflow~=2.14.3
mlflow~=2.16.2
psycopg2-binary~=2.9.4
boto3~=1.28.84
typer~=0.7.0
Expand Down
2 changes: 1 addition & 1 deletion docker/mlflow/models/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mlflow~=2.14.3
mlflow~=2.16.2
psycopg2-binary~=2.9.4
boto3~=1.28.84
setuptools
Expand Down
2 changes: 1 addition & 1 deletion docker/mlflow/server/crontab.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* * * * * /usr/local/bin/mlflow gc --backend-store-uri ${MLFLOW_BACKEND_STORE_URI}
0-30 0 * * * /usr/local/bin/mlflow gc --backend-store-uri ${MLFLOW_BACKEND_STORE_URI}
2 changes: 1 addition & 1 deletion docker/mlflow/server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mlflow~=2.14.3
mlflow~=2.16.2
psycopg2-binary~=2.9.4
boto3~=1.28.84
setuptools
Expand Down
2 changes: 1 addition & 1 deletion docker/trf-deid/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN mkdir -p /app/model/model && \
mkdir -p /app/model/retrained && \
chown -R $CMS_UID:$CMS_GID /app
RUN pip install --no-cache-dir -U pip &&\
pip install --no-cache-dir -r requirements.txt && \
pip install --no-cache-dir -r /app/requirements.txt && \
python -m spacy download en_core_web_md

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion docker/trf-deid/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ uvicorn~=0.29.0
python-multipart~=0.0.5
ijson~=3.1.4
python-dotenv~=0.20.0
mlflow~=2.14.3
mlflow~=2.16.2
psycopg2-binary~=2.9.4
boto3~=1.28.84
typer~=0.7.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"python-multipart~=0.0.5",
"ijson~=3.1.4",
"python-dotenv~=0.20.0",
"mlflow~=2.14.3",
"mlflow~=2.16.2",
"psycopg2-binary~=2.9.4",
"boto3~=1.28.84",
"typer~=0.12.3",
Expand Down

0 comments on commit 9667fe0

Please sign in to comment.