pico icon indicating copy to clipboard operation
pico copied to clipboard

Issue with Yolo on Jetson Nano

Open sangam14 opened this issue 4 years ago • 3 comments

@ajeetraina https://github.com/peace195/tensorflow-lite-YOLOv3

sangam14 avatar Dec 08 '19 05:12 sangam14

@ajeetraina

/Documents/tensorflow-lite-YOLOv3-master$ docker build -t tflite .
Sending build context to Docker daemon  37.89kB
Step 1/8 : FROM tensorflow/tensorflow:1.14.0-py3
 ---> 4cc892a3babd
Step 2/8 : ADD . /root
 ---> 5371c23c8636
Step 3/8 : WORKDIR /root
 ---> Running in 6de294e5d0a5
Removing intermediate container 6de294e5d0a5
 ---> 23619e27c86d
Step 4/8 : RUN apt-get autoclean
 ---> Running in 784a2ccfcc9e
standard_init_linux.go:211: exec user process caused "exec format error"
The command '/bin/sh -c apt-get autoclean' returned a non-zero code: 1

sangam14 avatar Dec 08 '19 05:12 sangam14

Can you test those instructions inside Dockerfile manually first so as to see if it can built for Jetson Nano?

collabnix avatar Dec 08 '19 05:12 collabnix

@ajeetraina sure

sangam14 avatar Dec 08 '19 05:12 sangam14