Docker 10.2-cudnn7-devel-ubuntu18.04 Error: no Package: header | Problem with MergeList

Hello everyone,

I hope this is the right forum. I have been using nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04 with Docker just fine for months, but recently I have been getting the following error. I’m not sure if it’s a DNS issue, if the package list is corrupted or if the Docker script is outdated.

Error

...
Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2114 kB]
Get:25 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB]
Get:26 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB]
Fetched 21.6 MB in 3s (7703 kB/s)

Reading package lists...
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/developer.download.nvidia.com_compute_cuda_repos_ubuntu1804_x86%5f64_Packages.lz4
E: The package lists or status file could not be parsed or opened.
The command '/bin/sh -c apt-get update' returned a non-zero code: 100

Dockerfile

FROM nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04 as app
RUN apt-get update

Any thoughts?

Seems like the issue has been resolved. It’s updating the packages.