aws-samples / aws-panorama-samples

This repository has samples that demonstrate various aspects of AWS Panorama device and the Panorama SDK
https://docs.aws.amazon.com/panorama/
MIT No Attribution
82 stars 59 forks source link

creating and exporting a docker image fail, test docker image same issue too #91

Open Shaiken opened 11 months ago

Shaiken commented 11 months ago

[3/3] RUN python3.8 -m pip install opencv-python boto3: 0.250 exec /bin/sh: exec format error

Dockerfile:3

1 | FROM public.ecr.aws/panorama/panorama-application/sdkv1/python3.8/aarch64:latest 2 | COPY src /panorama 3 | >>> RUN python3.8 -m pip install opencv-python boto3 4 |

ERROR: failed to solve: process "/bin/sh -c python3.8 -m pip install opencv-python boto3" did not complete successfully: exit code: 1 Error while creating and exporting a docker image