change workflow

This commit is contained in:
Michael Duong 2023-09-10 16:19:59 +01:00
parent 10da1ea5af
commit 4cc304332b
3 changed files with 17 additions and 1 deletions

View file

@ -1,7 +1,7 @@
# Dockerfile that can be used to test loading a model to generate a prediction (part of CI/CD flow)
FROM python:3.10.12-slim
COPY src/requirements/prediction/requirements-dev.txt requirements.txt
COPY src/requirements/predictions/requirements.txt requirements.txt
RUN pip install --upgrade pip
RUN pip install -r requirements.txt

View file

@ -0,0 +1,11 @@
joblib==1.3.2
boto3==1.28.17
pandas==1.5.3
dvc==3.18.0
dvc-s3==2.23.0
gto==1.0.4
scikit-learn==1.3.0
pyarrow==13.0.0
pre-commit==3.3.3
sphinx==7.2.5
sphinx_rtd_theme==1.3.0

View file

@ -0,0 +1,5 @@
joblib==1.3.2
boto3==1.28.17
pandas==1.5.3
scikit-learn==1.3.0
pyarrow==13.0.0