deepstack-ui icon indicating copy to clipboard operation
deepstack-ui copied to clipboard

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

Open Sergio-tix opened this issue 4 years ago • 4 comments

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?

Sergio-tix avatar Apr 19 '21 14:04 Sergio-tix

presumably will require a modified dockerfile

robmarkcole avatar Apr 21 '21 08:04 robmarkcole

and this modification would be...?

Chreece avatar Apr 30 '21 17:04 Chreece

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?

smithnb avatar Oct 06 '21 13:10 smithnb

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

The original issue relates to Jetson

robmarkcole avatar Oct 06 '21 13:10 robmarkcole