-
Notifications
You must be signed in to change notification settings - Fork 140
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
add support for raspberry pi #5
Comments
This should be fixed by the ability to just use a pre-built image #6 |
see #6 |
@c-ascha We have a prebuilt image now, could you try it with |
hey,
thank you |
The container needs to be built for the ARM architecture in order to work on a PI. @c-ascha does this work for you?
Related issue: tiangolo/uwsgi-nginx-flask-docker#67 |
after adding two lines to the Dockerfile now everything works! |
@c-ascha Would you mind sharing the changes you made to make it work? Thanks! |
yes, for sure! just here? or where? can we do a second dockerfile only for arm arch? thanks |
i pushed it to dockerhub: https://hub.docker.com/r/cascha42/ytdl-webserver/ thanks! |
@c-ascha Just pasting the Dockerfile here would be good enough, I can do the rest for you! The image alone on the Docker Hub won't help since we need the Dockerfile you used. Thanks! |
hey, sorry for the late response. here is the working dockerfile: i did just two additions:
we could add this to the master branch, but it would then always download these not that small packages too, so i would not do that. thank you |
hey,
i want to use the docker-container on an raspberry pi, it stops with this error report:
it would be nice, if you have an solution!
greetings
The text was updated successfully, but these errors were encountered: