lhelontra / tensorflow-on-arm

TensorFlow for Arm
MIT License
1.05k stars 274 forks source link

My solution for the problem of wrong "jessie debian repository" #65

Closed muncok closed 5 years ago

muncok commented 5 years ago

I found a solution at link

And Jessie ARMv8 systems only:

deb http://archive.debian.org/debian/ jessie main contrib non-free

Please replace original dev repository address with the above

lhelontra commented 5 years ago

Hi @muncok, Jessie repository no longer used.

muncok commented 5 years ago

Hi @muncok, Jessie repository no longer used.

But, if I did not change it in Dockerfile, it causes an error in my case.

lhelontra commented 5 years ago

Sorry, you're right. i'm using jessie for install gcc-4. Thanks for your advice.