Skip to content

Conversation

@shivakunv
Copy link
Contributor

This PR allows one to run the following make commands to build and push vGPU host driver images.

$ VGPU_HOST_DRIVER_VERSION=570.124.06     IMAGE_NAME=nvcr.io/ea-cnt/nv_only/vgpu-manager     make build-vgpuhost-ubuntu22.04
DOCKER_BUILDKIT=1 \
	docker  build --pull \
			 \
			--platform=linux/amd64 \
			--tag nvcr.io/ea-cnt/nv_only/vgpu-manager:570.124.06-ubuntu22.04 \
			--build-arg DRIVER_TYPE=vgpu \
			--build-arg VGPU_LICENSE_SERVER_TYPE=NLS \
			--build-arg DRIVER_BRANCH="570" \
			--build-arg DRIVER_VERSION="570.124.06" \
			--build-arg GOLANG_VERSION="1.24.4" \
			--build-arg CVE_UPDATES="" \
			--build-arg CUDA_VERSION="" \
			 \
			--file /egx/test/gpu-driver-container/vgpu-manager/ubuntu22.04/Dockerfile \
			/egx/test/gpu-driver-container/vgpu-manager/ubuntu22.04


$ VGPU_HOST_DRIVER_VERSION=570.124.06     IMAGE_NAME=nvcr.io/ea-cnt/nv_only/vgpu-manager     make push-vgpuhost-ubuntu22.04

docker push "nvcr.io/ea-cnt/nv_only/vgpu-manager:570.124.06-ubuntu22.04"
The push refers to repository [nvcr.io/ea-cnt/nv_only/vgpu-manager]

@shivakunv shivakunv self-assigned this Jul 1, 2025
@shivakunv shivakunv force-pushed the vgpu-host-make-targets branch from 48877a1 to d4ad4b2 Compare July 1, 2025 15:48
Copy link
Contributor

@cdesiniotis cdesiniotis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor comment, otherwise lgtm. Thanks @shivakunv

Signed-off-by: Shiva Kumar (SW-CLOUD) <[email protected]>
@shivakunv shivakunv force-pushed the vgpu-host-make-targets branch from d4ad4b2 to 79ef942 Compare August 21, 2025 12:49
@cdesiniotis cdesiniotis merged commit 96fa9e1 into main Aug 21, 2025
17 checks passed
@shivakunv shivakunv deleted the vgpu-host-make-targets branch August 26, 2025 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants