diff --git a/build/containers/Dockerfile.anomaly-detection-app b/build/containers/Dockerfile.anomaly-detection-app index 762443b6b..02d30ec15 100644 --- a/build/containers/Dockerfile.anomaly-detection-app +++ b/build/containers/Dockerfile.anomaly-detection-app @@ -9,7 +9,7 @@ COPY ./samples/apps/anomaly-detection-app . RUN echo "Creating container based on ${PLATFORM}/debian:bullseye-slim" && \ apt-get update && \ - apt-get install -y protobuf-compiler libprotoc-dev python3-pip && \ + apt-get install -y protobuf-compiler libprotoc-dev python3-pip python3-sklearn && \ apt-get clean && \ pip3 install --upgrade pip && \ pip3 install -r ./requirements.txt