Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

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 opened this issue Nov 26, 2023 · 1 comment

Comments

@Samanthavsilva
Copy link

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
Copy link
Member

elezar commented Dec 5, 2023

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/

@elezar elezar closed this as completed Dec 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants