mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-30 13:10:43 +00:00
add binary to prediction docker, change requiremnets
This commit is contained in:
parent
78bf0a490d
commit
bb3af26c3f
5 changed files with 5 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ ARG RUNTIME_ENVIRONMENT
|
||||||
ENV RUNTIME_ENVIRONMENT=${RUNTIME_ENVIRONMENT}
|
ENV RUNTIME_ENVIRONMENT=${RUNTIME_ENVIRONMENT}
|
||||||
|
|
||||||
# Install necessary build tools - required to test locally
|
# 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
|
# Install python packages
|
||||||
COPY modules/ml-pipeline/src/pipeline/requirements/predictions/requirements.txt ./requirements.txt
|
COPY modules/ml-pipeline/src/pipeline/requirements/predictions/requirements.txt ./requirements.txt
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,6 @@ joblib==1.3.2
|
||||||
boto3==1.28.17
|
boto3==1.28.17
|
||||||
pandas==2.1.4
|
pandas==2.1.4
|
||||||
autogluon==1.0.0
|
autogluon==1.0.0
|
||||||
dynaconf==3.2.0
|
dynaconf==3.2.1
|
||||||
pyarrow==13.0.0
|
pyarrow==13.0.0
|
||||||
pre-commit==3.3.3
|
pre-commit==3.3.3
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,6 @@ joblib==1.3.2
|
||||||
boto3==1.28.17
|
boto3==1.28.17
|
||||||
pandas==2.1.4
|
pandas==2.1.4
|
||||||
autogluon==1.0.0
|
autogluon==1.0.0
|
||||||
dynaconf==3.2.0
|
dynaconf==3.2.1
|
||||||
pyarrow==13.0.0
|
pyarrow==13.0.0
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ boto3==1.28.17
|
||||||
pandas==2.1.4
|
pandas==2.1.4
|
||||||
autogluon==1.0.0
|
autogluon==1.0.0
|
||||||
ray==2.6.3
|
ray==2.6.3
|
||||||
dynaconf==3.2.0
|
dynaconf==3.2.1
|
||||||
alibi==0.9.5
|
alibi==0.9.5
|
||||||
shap==0.42.1
|
shap==0.42.1
|
||||||
pyarrow==13.0.0
|
pyarrow==13.0.0
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
boto3==1.28.41
|
boto3==1.28.41
|
||||||
pandas==2.1.4
|
pandas==2.1.4
|
||||||
autogluon==1.0.0
|
autogluon==1.0.0
|
||||||
dynaconf==3.2.0
|
dynaconf==3.2.1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue