Guy Sheffer

Results 785 comments of Guy Sheffer

You have a folder with a encoding that is not utf-8. You can try scanning only part of the folders to narrow it down, there is no code to return...

Hey, second that. Unlike https://github.com/tiangolo/uwsgi-nginx-flask-docker/issues/67 it is now possible to build both on Docker Hub and GitHub both arm32v7 and arm64v8 . It might be a little harder on dockerhub...

Hey, so I managed to make muliti arch builds. I had to hack a few things off so I am not running to make PR. @tiangolo if you would like...

If you are sitting behind a reverse nginx-proxy you also need to take that in to account. User the custom hostnames to create a file that contains: ``` client_max_body_size 1g;...

Hey, 1. I would use traefik or nginx-proxy on top if you want https. It handles that well 2. Irrelevent AFAIK 3. I would seperate if you have the time...

Hey, I added ARM to a fork of this. Had also to build tiangolo/uwsgi-nginx-docker. Docker images here: https://hub.docker.com/r/guysoft/uwsgi-nginx-flask/ Code here: https://github.com/guysoft/uwsgi-nginx-flask-docker/ Code for tiangolo/uwsgi-nginx with multiarch pipeline: https://github.com/guysoft/uwsgi-nginx-docker Would love...

I can help with the Rpi build. You could also use qemu to build, but it might take days, so I would recommend just using a Pi.

> Good to know qemu is so slow! So not an option for us in practice. > Its usually OK, but tensorflow took 7 hours in Raspberrypi 4 running on...

You could also use multi-arch to build it using docker hub. If you use a local x86_64 machine it might also build.

Note there is a workaround: https://github.com/tensorflow/tensorflow/issues/41808#issuecomment-683362089 And it does work in master: https://github.com/tensorflow/tensorflow/issues/41808#issuecomment-696397820