diff --git a/src/Dockerfile b/src/Dockerfile index 49a29de..9716cfe 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY . . RUN pip install --upgrade pip -RUN pip install streamlit matplotlib pandas scikit-learn +RUN pip install streamlit matplotlib pandas scikit-learn ydata-profiling EXPOSE 8080