Skip to content

Commit

Permalink
Merge pull request #109 from visheshtanksale/fork
Browse files Browse the repository at this point in the history
Updating cuda base image 12.5.0 release version v1.2.8 and golang version 1.22.4
  • Loading branch information
rthallisey committed Jun 27, 2024
2 parents 1f486f3 + 8191a81 commit dd79438
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

ARG CUDA_IMAGE=cuda
ARG CUDA_VERSION=12.4.1
ARG CUDA_VERSION=12.5.0
ARG BASE_DIST=ubi8

FROM nvcr.io/nvidia/${CUDA_IMAGE}:${CUDA_VERSION}-base-${BASE_DIST} as builder

RUN yum install -y wget make gcc

ARG GOLANG_VERSION=1.22.2
ARG GOLANG_VERSION=1.22.4
RUN wget -nv -O - https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-amd64.tar.gz \
| tar -C /usr/local -xz

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

DOCKER_REPO ?= "nvcr.io/nvidia/kubevirt-gpu-device-plugin"
DOCKER_TAG ?= v1.2.7
DOCKER_TAG ?= v1.2.8

build:
go build -o nvidia-kubevirt-gpu-device-plugin kubevirt-gpu-device-plugin/cmd
Expand Down

0 comments on commit dd79438

Please sign in to comment.