-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @a6ar55, Thank you for your interest in contributing. I think the appropriate fix is to update the dockerfile to instead parameterize dpkg --print-architecture That should allow it to work for both |
Beta Was this translation helpful? Give feedback.
-
Hey @bjester I updated the "# install nodejs and yarn" and it successfully downloads the packages according to the architecture. I'm reaching out to get your suggestions on resolving this issue. It seems that SQLAlchemy 1.4.49 may not be compatible with Python 2.7.18. I'd appreciate any insights or recommendations you might have to make this work within the Python 2.7 environment itself. |
Beta Was this translation helpful? Give feedback.
Hi @a6ar55,
Thank you for your interest in contributing.
I think the appropriate fix is to update the dockerfile to instead parameterize
amd64
with the result of the following command:That should allow it to work for both
amd64
andarm64
host architectures