add binary to prediction docker, change requiremnets

This commit is contained in:
Michael Duong 2024-03-28 16:06:43 +00:00
parent 78bf0a490d
commit bb3af26c3f
5 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@ ARG RUNTIME_ENVIRONMENT
ENV RUNTIME_ENVIRONMENT=${RUNTIME_ENVIRONMENT}
# Install necessary build tools - required to test locally
RUN yum install -y gcc python3-devel
RUN yum install -y gcc python3-devel gcc-c++
# Install python packages
COPY modules/ml-pipeline/src/pipeline/requirements/predictions/requirements.txt ./requirements.txt

View file

@ -2,6 +2,6 @@ joblib==1.3.2
boto3==1.28.17
pandas==2.1.4
autogluon==1.0.0
dynaconf==3.2.0
dynaconf==3.2.1
pyarrow==13.0.0
pre-commit==3.3.3

View file

@ -2,6 +2,6 @@ joblib==1.3.2
boto3==1.28.17
pandas==2.1.4
autogluon==1.0.0
dynaconf==3.2.0
dynaconf==3.2.1
pyarrow==13.0.0
PyYAML==6.0.1

View file

@ -3,7 +3,7 @@ boto3==1.28.17
pandas==2.1.4
autogluon==1.0.0
ray==2.6.3
dynaconf==3.2.0
dynaconf==3.2.1
alibi==0.9.5
shap==0.42.1
pyarrow==13.0.0

View file

@ -1,4 +1,4 @@
boto3==1.28.41
pandas==2.1.4
autogluon==1.0.0
dynaconf==3.2.0
dynaconf==3.2.1