Guy Sheffer

Results 785 comments of Guy Sheffer

There seems to be only armv7 image available: https://hub.docker.com/r/arm32v7/debian This means no support for armv6 raspebrrypi1 and raspberypi zero, but those are super slow anyway so its a releasable requirement....

Ok, seems like dilib build fails on arm, might be just lack of RAM: It is doable and there are instructions here: https://www.pyimagesearch.com/2017/05/01/install-dlib-raspberry-pi/ Trying to build without it to see...

pytorch also is not supported, it would need to be built from source. Unless ``torchvision`` package is good enough (its what pytorch put on their site now). @hooram Where did...

@hooram it can be built, but it needs special treatment not to run out of memory: https://github.com/pytorch/pytorch/issues/7841#issuecomment-392105536

Found that brewblox cross-compille base images, this could be used in ownphtos: https://brewblox.netlify.com/dev/decisions/crosscompilation_base_images.html#context https://github.com/BrewBlox/brewblox-deployment

Hey, Started work on this, got as far as letting docker build the whole weekend pytorch (yes builds take days in the context), and a few other deps. The issues...

Ok, I got as far as starting the backend on RaspberryPi, aaaand it runs out of RAM: ``` root@572fde4f7b05:/code# python3 manage.py startapp bur /usr/local/lib/python3.6/dist-packages/sklearn/externals/joblib/externals/cloudpickle/cloudpickle.py:47: DeprecationWarning: the imp module is deprecated...

Ok, increasing the swap [using this guide](https://wpitchoune.net/tricks/raspberry_pi3_increase_swap_size.html) to 2GB seems to get it to start the backend. However going via the nginx guicron gives: ``` [2019-05-15 15:17:36 +0000] [401] [CRITICAL]...

Ok, at current capacity I doubt this is a priority. We will welcome any PR that adds more cloud support.

You can send a PR But note the project is mostly dead unless someone helps with maintenance