-
Notifications
You must be signed in to change notification settings - Fork 9
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
Do not include python packages from the distro #6
Comments
Hello, thanks for your help over on the resin forums with this! I got this dockerfile to build, but I still cannot get this project working:
On a slightly broader note, because of the nature of this project (ie, wifi connectivity back to resin.io doesn't happen unless the project is working well), I'm finding there is a really long debug cycle:
Since I'm a total beginner at most of this, it seems like maybe the process I described above isn't as short as it could be...I'd really appreciate if you pointed out any mistakes/improvements! Thanks, AKA |
Do you have a chance to get a RPi 3 that you can attach to your router with an Ethernet cable? (Not the very recent RPi 3 B+, but model B. This one: https://www.raspberrypi.org/products/raspberry-pi-3-model-b/ The B+ model just came a few days ago and we still do not support it. This is much easier for development than Zero. You may stick with Zero if you do not have a chance to get a RPi 3 B though - the only difference is that you will have to reflash the sd card with Etcher each time something goes bad with the wireless connection. I think for a shorter development cycle you can use our development images instead of production ones: https://docs.resin.io/learn/develop/local-mode/ Another feature that you may use to speed the downloads is Delta updates: https://docs.resin.io/learn/deploy/delta/ The default workflow you explain is a bit different actually:
So effectively you should download only once the host OS image from our website. It is the same no matter if you do new git pushes - since the git push affects only the container image. BTW I ordered this Display-O-Tron HAT a couple of days ago and I am waiting for it - I hope to receive it next week. This is the reason I have not fixed this example yet, because I am still waiting on the hardware to arrive. Please do not hesitate ask if you have more questions. |
Dockerfile does not work anymore when installing packages from the distro. Install them with pip instead.
The text was updated successfully, but these errors were encountered: