NVIDIA / nvidia-docker

Build and run Docker containers leveraging NVIDIA GPUs
Apache License 2.0
17.17k stars 2.03k forks source link

Splitting up /var/lib/apt/lists/partial/developer.download.nvidia.com_compute_cuda_repos_ubuntu2204_x86%5f64_InRelease into data and signature failed Error #1800

Closed Samanthavsilva closed 7 months ago

Samanthavsilva commented 7 months ago

I have this def file where I am trying to create a container with ubuntu however I get this error when it is doing the apt-get update command, it was working fine for me like 2 months ago so not sure why it all of sudden gives me this error

def file: Bootstrap: docker From: nvidia/cuda:11.7.1-cudnn8-devel-ubuntu22.04

%files dsenvi.yaml comm.py

%post apt-get update -y \ && apt-get install -y build-essential \ && apt-get install -y wget \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* apt-get update -y export DEBIAN_FRONTEND=noninteractive apt-get install software-properties-common -y add-apt-repository ppa:deadsnakes/ppa -y

Error: INFO: Running post scriptlet

elezar commented 7 months ago

Does this issue still present? Note that it seems to be related to the CUDA Downloads repositories which are out of the control of the NVIDIA Container Toolkit.

If the problem persists, please create an issue on the CUDA Developer forums: https://forums.developer.nvidia.com/