WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8)
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?
presumably will require a modified dockerfile
and this modification would be...?
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?
For RPI use https://github.com/robmarkcole/deepstack-ui/blob/master/Dockerfile.arm
The original issue relates to Jetson