-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] ci_cpu docker image build fail #17070
Comments
the demo_cpu also fails Building container (tvm.demo_cpu)...
[+] Building 1.7s (2/2) FINISHED docker:default
=> [internal] load build definition from Dockerfile.demo_cpu 0.0s
=> => transferring dockerfile: 1.37kB 0.0s
=> ERROR [internal] load metadata for docker.io/tlcpack/ci-cpu:v0.55 1.7s
------
> [internal] load metadata for docker.io/tlcpack/ci-cpu:v0.55:
------
Dockerfile.demo_cpu:20
--------------------
18 | # Minimum docker image for demo purposes
19 | # prebuilt-image: tvmai/demo-cpu
20 | >>> FROM tlcpack/ci-cpu:v0.55
21 |
22 | COPY utils/apt-install-and-clear.sh /usr/local/bin/apt-install-and-clear
--------------------
ERROR: failed to solve: tlcpack/ci-cpu:v0.55: docker.io/tlcpack/ci-cpu:v0.55: not found
ERROR: docker build failed. |
Thanks for reporting this error. Seems the image build failed with the same error for several days. cc: @lhutton1 @tqchen |
Looks related to this issue: Maratyszcza/NNPACK#219 |
if we don't have a quick fix for this, probably we could consider disabling nnpack. |
During my testing, I could do a workaround by updating the |
i think it makes sense to disable and deprecate nnpack given it is more stale, |
Expected behavior
The docker image (ci_cpu) builds successfully.
Actual behavior
failed with the following error
Environment
Ubuntu 22.04
Latest TVM code at 1f4c568
Steps to reproduce
The text was updated successfully, but these errors were encountered: