Skip to content

Commit

Permalink
update anomaly detection app dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Johnson Shih <[email protected]>
  • Loading branch information
johnsonshih committed Oct 13, 2023
1 parent cc29959 commit 9550b36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
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 -r ./requirements.txt

Expand Down
5 changes: 2 additions & 3 deletions samples/apps/anomaly-detection-app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
grpcio==1.53.0
grpcio-tools==1.53.0
Flask==2.2.5
numpy==1.21.4
protobuf==4.21.6
scikit_learn==1.0.1
numpy
protobuf==4.21.6

0 comments on commit 9550b36

Please sign in to comment.