File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
2727ARG CUDA_IMAGE=cuda
28- ARG CUDA_VERSION=12.4.1
28+ ARG CUDA_VERSION=12.5.0
2929ARG BASE_DIST=ubi8
3030
3131FROM nvcr.io/nvidia/${CUDA_IMAGE}:${CUDA_VERSION}-base-${BASE_DIST} as builder
3232
3333RUN yum install -y wget make gcc
3434
35- ARG GOLANG_VERSION=1.22.2
35+ ARG GOLANG_VERSION=1.22.4
3636RUN wget -nv -O - https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-amd64.tar.gz \
3737 | tar -C /usr/local -xz
3838
Original file line number Diff line number Diff line change 2525# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
2727DOCKER_REPO ?= "nvcr.io/nvidia/kubevirt-gpu-device-plugin"
28- DOCKER_TAG ?= v1.2.7
28+ DOCKER_TAG ?= v1.2.8
2929
3030build :
3131 go build -o nvidia-kubevirt-gpu-device-plugin kubevirt-gpu-device-plugin/cmd
You can’t perform that action at this time.
0 commit comments