OpenVisualCloud / Smart-City-Sample

The smart city reference pipeline shows how to integrate various media building blocks, with analytics powered by the OpenVINO™ Toolkit, for traffic or stadium sensing, analytics and management tasks.
BSD 3-Clause "New" or "Revised" License
191 stars 82 forks source link

Issue in make #721

Closed ppnaik1890 closed 3 years ago

ppnaik1890 commented 3 years ago

I get the following error when I do make. Can you please help me resolve it. Thanks!

Step 5/15 : COPY --from=smtc_common /home/*.py /home/ invalid from flag value smtc_common: pull access denied for smtc_common, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

QuPengfei commented 3 years ago

Please check smtc_common image is built successfully. it is not from docker hub.

ppnaik1890 commented 3 years ago

It looks like it was successfully built. THis was in the logs before the error occured: Built target build_smtc_common

goanto commented 3 years ago

@QuPengfei @ppnaik1890 I am also facing the same error image

The smtc_common image is getting created successfully initially. I interrupted and checked. image

Its happening only while the make reaches to a Dockerfile with multi stage build with --copy image(smtc) image

For another image creation in make from smtc_common it's working fine. image

When the trying to access another image using COPY --from the error is happening

xwu2git commented 3 years ago

Is this issue still valid? I did a fresh pull and fresh re-make, twice. Could not reproduce this build error. Checked sensor/* dependencies, The dependency on common is correctly specified.