Closed ghost closed 4 years ago
+1 had the same issue.
Edit the dockerfile and change this line:
RUN echo "deb http://httpredir.debian.org/debian/ jessie main contrib non-free" > /etc/apt/sources.list.d/jessie.list \
To:
RUN echo "deb http://ftp.us.debian.org/debian/jessie main contrib non-free" > /etc/apt/sources.list.d/jessie.list \
Jessie is LTS only, and there is no arm64 LTS support. The archive removal announcement is here:
https://lists.debian.org/debian-devel-announce/2019/03/msg00006.html
I am trying to build the tensorflow v1.12.0 using the docker container on VM (Ubuntu 16.04). I was successful multiple times in the past. Recently, (today) I deleted the docker image tf-arm:latest that I was using previously and tried to make a clean build of tensorflow for RaspPi but unfortunately that is failing with this error. I am not sure if this is temporary server downtime or something that needs to be addressed permanently.
Any suggestion as to what can be done to come up with a clean build with minimum effort ?