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

Feature request: ARM64 dockerfile #1

Open
egeu5 opened this issue Sep 6, 2021 · 3 comments
Open

Feature request: ARM64 dockerfile #1

egeu5 opened this issue Sep 6, 2021 · 3 comments

Comments

@egeu5
Copy link

egeu5 commented Sep 6, 2021

You're project seems really interesting to me. I did not find any other solution to execute a command from a google-speaker (e.g. play music from Spotify).

Is it might possible to generate a arm64 dockerfile to use it on a Raspberry pi?

Thank you!

@cbarraco
Copy link
Owner

cbarraco commented Sep 6, 2021

Done! An ARM64 image should be available on Docker Hub now.

@egeu5
Copy link
Author

egeu5 commented Sep 7, 2021

Wow, thats a quick reply - thank you! I tried id. After setting all those google stuff up the following error msg came up in the docker-log:

Fatal Python error: init_interp_main: can't initialize time
Python runtime state: core initialized
PermissionError: [Errno 1] Operation not permitted

Current thread 0xb6f8b010 (most recent call first):
no Python frame>

I bind /etc/localtime to the container without a difference. Any ideas? Probaply this is a way to go: linuxserver-docker-issue

@cbarraco
Copy link
Owner

cbarraco commented Sep 7, 2021

Yes, it seems that libseccomp library was causing issues for a bunch of containers, I don't have a way to test if that works but its worth a try. I think another way to go might be to run the docker with --privileged if that's an option in your setup.

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

No branches or pull requests

2 participants