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
Is your feature request related to a problem? Please describe.
Yes. There are many reports of DNS package installation failure on Raspberry Pi, for example:
Is your feature request related to a problem? Please describe.
Yes. There are many reports of DNS package installation failure on Raspberry Pi, for example:
Describe the solution you'd like
The packages need compilation because no binary for ARM is found on PyPI. But we can avoid the compilation by adding piwheels.org to
/etc/pip.conf
:Maybe we can add the index conditionally based on the CPU architecture. But I'm not very familiar with docker and not sure how to do this.
Describe alternatives you've considered
As a workaround, users can create
./app/Dockerfile
And change
docker-compose.yml
to:Additional context
The text was updated successfully, but these errors were encountered: