-
Notifications
You must be signed in to change notification settings - Fork 30
Cross-build docker image #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
Comments
and for tensorflow 1.12 ? |
This project was originally an experiment to explore the practicality of
running Sam Abrahams' Tensorflow port in a docker container on the Pi.
These days there is an up-to-date official Tensorflow wheel, and I no
longer see value in running Tensorflow inside a container on the Pi.
Therefore I do not plan to develop or support this project further.
If anyone wants to do so there should be enough information here to enable
then to build their own docker image.
…On Wed, 5 Dec 2018 at 10:44, antoniosap ***@***.***> wrote:
and for tensorflow 1.12 ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAJHPt2yfS5p4mRaCL7PZb3kDs6SBzD4ks5u16OQgaJpZM4VfbaF>
.
--
personal:@romillyc work:@rareblog skype:romilly.cocking web:
http://blog.rareschool.com/
|
The project has risen from the dead, as it's now realistic to run TensorFlow on a Pi 4 with 4 GB of RAM. I do not intenb to create cross-builds for X86, as the current build takes a reasonable me on Rasbia/Pi 4. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's a feature branch that switch the base image to multi-architecture docker image:
The docker contains:
multiarch/debian-debootstrap:armhf-stretch
It enables image cross-building from any 64-bit PC.
And I have uploaded another none-official docker image for raspberry pi 2/3 at:
Welcome to test (I have only one Raspberry Pi 2 at hand. And I don't know whether my docker image works on other device or not.)
Known bugs:
numpy.dtype size changed, may indicate binary incompatibility. Expected 56, got 52
The text was updated successfully, but these errors were encountered: