mirror of
				https://github.com/NVIDIA/nvidia-container-toolkit
				synced 2025-06-26 18:18:24 +00:00 
			
		
		
		
	Fix image building due to GPG key update
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
		
							parent
							
								
									6e60b24828
								
							
						
					
					
						commit
						38a4c9fa8f
					
				| @ -42,6 +42,9 @@ RUN GOPATH=/artifacts go install -ldflags="-s -w -X 'main.Version=${VERSION}'" . | |||||||
| 
 | 
 | ||||||
| FROM nvcr.io/nvidia/cuda:${CUDA_VERSION}-base-${BASE_DIST} | FROM nvcr.io/nvidia/cuda:${CUDA_VERSION}-base-${BASE_DIST} | ||||||
| 
 | 
 | ||||||
|  | # Remove the CUDA repository configurations to avoid issues with rotated GPG keys | ||||||
|  | RUN rm -f /etc/apt/sources.list.d/cuda.list | ||||||
|  | 
 | ||||||
| ARG DEBIAN_FRONTEND=noninteractive | ARG DEBIAN_FRONTEND=noninteractive | ||||||
| RUN apt-get update && apt-get install -y --no-install-recommends \ | RUN apt-get update && apt-get install -y --no-install-recommends \ | ||||||
|     libcap2 \ |     libcap2 \ | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user