Skip to content
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

update to use new docker action #7

Open
wants to merge 2 commits into
base: staging
Choose a base branch
from
Open

update to use new docker action #7

wants to merge 2 commits into from

Conversation

robkooper
Copy link
Collaborator

use docker cache when building

@angrave
Copy link
Collaborator

angrave commented Jun 22, 2022

This looks exciting. Do you care that the build check has failed?

Copy link
Collaborator

@angrave angrave left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ARM and AMD, plus build cache. Exciting times.

@angrave
Copy link
Collaborator

angrave commented Aug 10, 2022

The docker action build log suggests it is failing due to missing numpy dependency. (but a numpy version was downloaded).

2022-08-10T03:56:03.4883402Z #0 6.482 Collecting numpy==1.21.6
2022-08-10T03:56:03.4883845Z #0 6.501 Downloading numpy-1.21.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB)
2022-08-10T04:50:20.9653364Z #38 102.9 Downloading scikit-image-0.17.2.tar.gz (29.8 MB)
2022-08-10T04:50:35.3958179Z #38 117.5 ModuleNotFoundError: No module named 'numpy'

There seem to be other applications that have run into similar issues on M1/Arm platform e.g.
explosion/spaCy#7962

@angrave
Copy link
Collaborator

angrave commented Aug 11, 2022

(I didn't merge this PR request because the build actions failed)

@robkooper robkooper mentioned this pull request Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants