Skip to content

Commit 98f8eef

Browse files
committed
set nvidia docker true to run imagenet inference on GPU
1 parent ef94c5d commit 98f8eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nightly/JenkinsfileForBinaries

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ core_logic: {
3636
node(NODE_LINUX_CPU) {
3737
ws('workspace/build-mkldnn-gpu') {
3838
utils.init_git()
39-
utils.docker_run('ubuntu_build_cuda', 'build_ubuntu_gpu_mkldnn', false)
39+
utils.docker_run('ubuntu_build_cuda', 'build_ubuntu_gpu_mkldnn', true)
4040
utils.pack_lib('gpu', mx_lib_cpp_example_mkl)
4141
}
4242
}

0 commit comments

Comments
 (0)