Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
GuanLuo committed Jun 6, 2023
1 parent 04abbba commit 7036b61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,6 @@ 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 @@ -933,7 +932,6 @@ def create_dockerfile_buildbase(ddir, dockerfile_name, argmap):
scons \
software-properties-common \
pkg-config \
zip \
unzip \
wget \
zlib1g-dev \
Expand Down

0 comments on commit 7036b61

Please sign in to comment.