remicres / otbtf

Deep learning with otb (mirror of https://forgemia.inra.fr/orfeo-toolbox/otbtf)
Apache License 2.0
161 stars 39 forks source link

can't reach Tensorflow-dependent APPS with docker #29

Closed kh039426 closed 3 years ago

kh039426 commented 4 years ago

operating system: windows 10 pro docker image: mdl4eo/otbtf2.0:cpu

command: D:\yuchen\OTB-7.1.0-Win64\data_set>docker run -u otbuser -v "%cd%":/home/otbuser mdl4eo/otbtf2.0:cpu otbcli_TensorflowModelTrain

Illegal instruction

same problem with apps such as: TensorflowModelServe TrainClassifierFromDeepFeatures ImageClassifierFromDeepFeatures

remicres commented 4 years ago

Hi @kh039426 , I just updated the docker image on dockerhub. Can you give a new try?

kh039426 commented 4 years ago

Hi @remicres

I can reach the function now. thank you for help