Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

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

Open
Sergio-tix opened this issue Apr 19, 2021 · 4 comments

Comments

@Sergio-tix
Copy link

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
Copy link
Owner

presumably will require a modified dockerfile

@Chreece
Copy link

Chreece commented Apr 30, 2021

and this modification would be...?

@smithnb
Copy link

smithnb commented Oct 6, 2021

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
Copy link
Owner

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

The original issue relates to Jetson

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants