This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
"apt-get update" returns a "File has Unexpected Size" error when using cuda:10.1-cudnn7-*-ubuntu18.04 as base image (Docker build failing in CI) #1392
Comments
7 tasks
I am hitting the same issue - From: https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/Release 49498 Packages.gz However the file on disk is 47871. I tried apt-get clean as well but didn't work. |
same here |
Same here for "nvidia/cuda:10.0-cudnn7-runtime-ubuntu18.04". |
I'm facing the exact same issue |
Same for nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04 |
This is not an issue for All issues related to images running on top of |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
1. Issue or feature description
I am trying to build a docker image using
nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04
as the base.The image builds successfully on my Mac laptop, but in Jenkins CI, it fails at
apt-get update
. I am attaching the error msg below.Similar
2. Steps to reproduce the issue
I am not sure how write this section because it fails only in my CI. But the docker file I am using is
3. Information to attach (optional if deemed irrelevant)
There have been similar issues:
#877
#1328
I tried the following:
RUN apt-get clean
beforeapt-get update
but it didn't help.RUN apt-get -o Acquire::http::proxy=false update
, but it still gives me the same errorA response in NVIDIA's developer forum indicates that it could be a CDN issue
https://forums.developer.nvidia.com/t/sudo-apt-get-update-issue/128229/25
The text was updated successfully, but these errors were encountered: