Merge pull request #114915 from brianwang12/master

test images: Update CudaVectorAdd test image to support arm64
This commit is contained in:
Kubernetes Prow Robot 2023-01-19 20:30:14 -08:00 committed by GitHub
commit 5fe3563ad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -1,2 +1,3 @@
linux/amd64=nvidia/cuda:10.0-devel-ubuntu18.04
linux/ppc64le=nvidia/cuda-ppc64le:10.0-devel-ubuntu18.04
linux/amd64=nvidia/cuda:11.1.1-devel-ubuntu18.04
linux/arm64=nvidia/cuda:11.1.1-devel-ubuntu18.04
linux/ppc64le=nvidia/cuda:11.1.1-devel-ubuntu18.04

View File

@ -15,8 +15,8 @@
ARG BASEIMAGE
FROM $BASEIMAGE
ENV CUDA_PKG_VERSION=11-1
CROSS_BUILD_COPY qemu-QEMUARCH-static /usr/bin/
RUN apt-get update && apt-get install -y --no-install-recommends \
cuda-samples-$CUDA_PKG_VERSION && \
rm -rf /var/lib/apt/lists/*

View File

@ -1 +1 @@
2.2
2.3