robmarkcole / deepstack-ui

UI for working with Deepstack
https://github.com/johnolafenwa/DeepStack
GNU General Public License v3.0
134 stars 42 forks source link

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) #58

Open Sergio-tix opened 3 years ago

Sergio-tix commented 3 years ago

Jetson nano 2Gb:

docker run -p 8501:8501 -e DEEPSTACK_IP=192.168.1.29 -e DEEPSTACK_PORT=80 -e DEEPSTACK_TIMEOUT=20 -e DEEPSTACK_CUSTOM_MODEL=mask robmarkcole/deepstack-ui:latest

answer

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
standard_init_linux.go:219: exec user process caused: exec format error

What can be the solution?

robmarkcole commented 3 years ago

presumably will require a modified dockerfile

Chreece commented 3 years ago

and this modification would be...?

smithnb commented 2 years ago

Just run into the same issue trying to run Deepstack-UI on a arm64 RPi.

sudo docker run -p 8501:8501 robmarkcole/deepstack-ui

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested standard_init_linux.go:228: exec user process caused: exec format error

Is there a fix I can apply myself locally?

robmarkcole commented 2 years ago

For RPI use https://github.com/robmarkcole/deepstack-ui/blob/master/Dockerfile.arm

The original issue relates to Jetson