You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dockerfile:173
--------------------
171 | COPY patches/acl_stateless_matmul.patch $PACKAGE_DIR/.
172 |
173 | >>> RUN $PACKAGE_DIR/build-acl.sh
174 | ENV ACL_ROOT_DIR=$PROD_DIR/ComputeLibrary
175 |
--------------------
ERROR: failed to solve: process "/bin/sh -c $PACKAGE_DIR/build-acl.sh" did not complete successfully: exit code: 2
I believe this is due to: wget -O patch.zip https://eu-gerrit-1.euhpc.arm.com/changes/VisualCompute%2FComputeLibrary~633455/revisions/29/patch?zip
being not found.
The text was updated successfully, but these errors were encountered:
Hi,
script build-acl.sh is failing with error:
I believe this is due to:
wget -O patch.zip https://eu-gerrit-1.euhpc.arm.com/changes/VisualCompute%2FComputeLibrary~633455/revisions/29/patch?zip
being not found.
The text was updated successfully, but these errors were encountered: