From 8ca831c5f095ac44c1d09765bb9f5e7784ff92f0 Mon Sep 17 00:00:00 2001 From: alarv Date: Fri, 26 Jul 2024 15:17:01 +0300 Subject: [PATCH] fix: update missing dependencies --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 67f9d01..0348007 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,9 @@ RUN pip install numpy RUN pip install scikit-learn==0.20.4 RUN pip install pandas RUN pip install xgboost +RUN pip install uvicorn +RUN pip install fastapi +RUN pip install pydantic # Expose the ports we're interested in EXPOSE 8002