diff --git a/Dockerfile_base b/Dockerfile_base index 81639d5..c4164e0 100644 --- a/Dockerfile_base +++ b/Dockerfile_base @@ -10,13 +10,10 @@ RUN python -m pip install --upgrade pip # Make a directory for the service files and copy the service repo into the container. WORKDIR /app/service COPY ./requirements.txt ./requirements.txt -COPY ./incl/redai_image/redai/requirements_user.txt ./requirements_redai.txt # Install dependencies. RUN python3 -m pip install -r requirements.txt -RUN python3 -m pip install -r requirements_redai.txt - # Make a new container and copy all relevant files over to filter out temporary files # produced during setup to reduce the final container's size. FROM python:3.8 diff --git a/requirements.txt b/requirements.txt index 2d19464..d20ead3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,3 +12,10 @@ mlflow~=1.20.2 numpy~=1.19.3 PDFNetPython3~=9.1.0 tqdm~=4.62.2 +pandas~=1.3.1 +mlflow~=1.20.2 +tensorflow~=2.5.0 +PDFNetPython3~=9.1.0 +Pillow~=8.3.2 +PyYAML~=5.4.1 +scikit_learn~=0.24.2