Skip to content

Commit d8ec2cd

Browse files
feat: add initial implementation of nvidia plugin components and interfaces
Signed-off-by: haitwang-cloud <[email protected]>
1 parent ac6292d commit d8ec2cd

File tree

135 files changed

+12510
-3960
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+12510
-3960
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ docker:
77
docker build \
88
--build-arg GOLANG_IMAGE=${GOLANG_IMAGE} \
99
--build-arg TARGET_ARCH=${TARGET_ARCH} \
10+
--build-arg NVIDIA_DEVEL_IMAGE=${NVIDIA_DEVEL_IMAGE} \
1011
--build-arg NVIDIA_IMAGE=${NVIDIA_IMAGE} \
1112
--build-arg DEST_DIR=${DEST_DIR} \
1213
--build-arg VERSION=${VERSION} \
13-
--build-arg GOPROXY=https://goproxy.cn,direct \
1414
. -f=docker/Dockerfile -t ${IMG_TAG}
1515

1616
dockerwithlib:

0 commit comments

Comments
 (0)