From f2fd603d0e0effea4f789b6f5cab6962a43cf256 Mon Sep 17 00:00:00 2001 From: Johnson Shih Date: Wed, 18 Oct 2023 15:30:13 -0700 Subject: [PATCH] add sklearn Signed-off-by: Johnson Shih --- build/containers/Dockerfile.anomaly-detection-app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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