Closed nikparmar closed 1 year ago
@nikparmar yes, this is currently an issue that we are seeing from our side as well. A simple workaround that we are using for now is to use this until we release a new update:
apt-get update --allow-releaseinfo-change
using --allow-releaseinfo-change will skip this issue all together.
RUN if [[ ${PIPELINE_SERVER_BASE} == *"openvino/ubuntu20_data_runtime"* || ${PIPELINE_SERVER_BASE} == *"intel/dlstreamer"* ]]; then \
DEBIAN_FRONTEND=noninteractive apt-get update --allow-releaseinfo-change && \
apt-get install -y -q --no-install-recommends \
libboost-program-options1.71.0 && \
apt-get clean && \
Or just replace the Dockerfile by this one if you don't want to mess with an editor.
EDIT: Change the name back to "Dockerfile", if you see a different one from the attached.
Command:
./docker/build.sh
Error:
seems like this issue
How to overcome this issue?