Skip to content

Commit

Permalink
Fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
GuanLuo committed Jun 5, 2023
1 parent 0839723 commit d23581b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,7 @@ def create_dockerfile_buildbase(ddir, dockerfile_name, argmap):
# python3-dev is needed by Torchvision
# python3-pip and libarchive-dev is needed by python backend
# libxml2-dev is needed for Azure Storage
# zip is needed for vcpkg (build system used by Azure Storage)
# scons is needed for armnn_tflite backend build dep
RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand All @@ -931,6 +932,7 @@ def create_dockerfile_buildbase(ddir, dockerfile_name, argmap):
rapidjson-dev \
scons \
software-properties-common \
zip \
unzip \
wget \
zlib1g-dev \
Expand Down

0 comments on commit d23581b

Please sign in to comment.