I keep getting the error after putting the sudo docker pull roboflow/inference-server:cpu
Error: no matching manifest for linux/arm/v8 in the manifest list entries
What I can do?
I keep getting the error after putting the sudo docker pull roboflow/inference-server:cpu
Error: no matching manifest for linux/arm/v8 in the manifest list entries
What I can do?
@Racheal_c does your Raspberry Pi match the system requirements for the deployment?
If it matches the requirements, can you also try with the updated inference server, Inference 2.0?
docker run -it --rm -p 9001:9001 roboflow/roboflow-inference-server-arm-cpu:0.4.4
try with sudo if it fails:
sudo docker run -it --rm -p 9001:9001 roboflow/roboflow-inference-server-arm-cpu:0.4.4
I have solved the issue. It’s the Ubuntu server issue from my side. Thanks @Mohamed