Qiskit / qiskit-serverless

A programming model for leveraging quantum and classical resources
https://qiskit.github.io/qiskit-serverless/
Apache License 2.0
58 stars 27 forks source link

ICR build & push error #803

Closed Tansito closed 11 months ago

Tansito commented 11 months ago

Steps to reproduce the problem

URL to the problem: https://github.com/Qiskit-Extensions/quantum-serverless/actions/runs/5609445045/jobs/10263679028#step:6:3405

What is the current behavior?

I couldn't reproduce it locally but it seems that the ARM image is failing. I test the pip install and the docker-build in my computer (an Intel) and everything compiled successfully.

What is the expected behavior?

We should be able to build and push the images without problems.

Tansito commented 11 months ago

@akihikokuroda I think we will need your help here 🙏

akihikokuroda commented 11 months ago

I opened an https://github.com/Qiskit/qiskit-terra/issues/10453 in qiskit-terra

akihikokuroda commented 11 months ago

There is some time gap (for now 6 hours+) between the qiskit-terra release and the download file build. We can also work around this by adding --only-binary=qiskit-terra option in the RUN pip install . --no-cache-dir --only-binary=qiskit-terra &&\ line of the Dockerfile.