Closed iBobik closed 6 years ago
@iBobik The official python docker images are for Intel/AMD CPU's only. This rpi-python image is for ARM CPU's like the one on a Raspberry Pi and similar boards.
Where do you have missed this information as it is both in the README here in this repo as well as in the description at Docker Hub. So we could improve this.
There is just:
Raspberry Pi compatible Docker base image with Python preinstalled.
It don't mention official Python image will not work on RPi (and other ARM machines), so I did not saw reason why not use it.
Jan Pobořil http://honza.poboril.cz/
@iBobik The official python docker images are for Intel/AMD CPU's only. This rpi-python image is for ARM CPU's like the one on a Raspberry Pi and similar boards.
Where do you have missed this information as it is both in the README here in this repo as well as in the description at Docker Hub. So we could improve this.
— Reply to this email directly or view it on GitHub.
Please use official python images as they are multi-arch now and work on ARM.
What is this image good for in comparison with other images like official python?
Official image is well maintained (with autobuild) and offers great selection of tags (versions). What offers this image?