Skip to content

Commit

Permalink
add sklearn
Browse files Browse the repository at this point in the history
Signed-off-by: Johnson Shih <[email protected]>
  • Loading branch information
johnsonshih committed Oct 18, 2023
1 parent 15797a2 commit f2fd603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/containers/Dockerfile.anomaly-detection-app
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2fd603

Please sign in to comment.