Trouble with apt update from morning 18th August

I have a pipeline and from today morning when we try to run it gives the below error (it was working till yesterday evening) we are using GPU based containers with Nvidia container toolkit with this image: nvcr.io/nvidia/cuda:12.2.0-base-ubuntu20.04

> [ 2/12] RUN apt update && apt upgrade -y && apt install -y libgl1 libpq5 && apt install -y gcc && apt install -y build-essential && apt install -y libglib2.0-0 && apt install -y software-properties-common && add-apt-repository ppa:deadsnakes/ppa && apt install -y python3.10 && apt install -y python3-pip && apt --fix-missing install && apt clean && rm -rf /var/lib/apt/lists/*:

[179](https://gitlab.com/opendress/size-rec/rest-api/-/jobs/4898988830#L179)2.180 Fetched 27.9 MB in 2s (14.1 MB/s)

[180](https://gitlab.com/opendress/size-rec/rest-api/-/jobs/4898988830#L180)2.180 Reading package lists...

[181](https://gitlab.com/opendress/size-rec/rest-api/-/jobs/4898988830#L181)3.330 E: Failed to fetch https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/Packages.gz File has unexpected size (1127072 != 1126689). Mirror sync in progress? [IP: 152.199.20.126 443]

[182](https://gitlab.com/opendress/size-rec/rest-api/-/jobs/4898988830#L182)3.330 Hashes of expected file:

[183](https://gitlab.com/opendress/size-rec/rest-api/-/jobs/4898988830#L183)3.330 - Filesize:1126689 [weak]

[184](https://gitlab.com/opendress/size-rec/rest-api/-/jobs/4898988830#L184)3.330 - SHA256:7cee2584ca6d97b2f07018ba4f9c3c473fb4e299ed170968a1f8c99c090cc59f

[185](https://gitlab.com/opendress/size-rec/rest-api/-/jobs/4898988830#L185)3.330 - SHA1:4ee24fac5518a3fcc3702590a0dab32c95484c54 [weak]

[186](https://gitlab.com/opendress/size-rec/rest-api/-/jobs/4898988830#L186)3.330 - MD5Sum:593faff511765d11055c9919bf2e3bf8 [weak]

[187](https://gitlab.com/opendress/size-rec/rest-api/-/jobs/4898988830#L187)3.330 Release file created at: Thu, 17 Aug 2023 19:03:05 +0000

[188](https://gitlab.com/opendress/size-rec/rest-api/-/jobs/4898988830#L188)3.330 E: Some index files failed to download. They have been ignored, or old ones used instead.
1 Like