Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
update docker run build function
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiBapchya committed Oct 24, 2019
1 parent 96bed65 commit ef94c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/nightly/JenkinsfileForBinaries
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ core_logic: {
stage('Build') {
parallel 'GPU: CUDA10.1+cuDNN7': {
node(NODE_LINUX_CPU) {
ws('workspace/build-gpu') {
ws('workspace/build-mkldnn-gpu') {
utils.init_git()
utils.docker_run('ubuntu_build_cuda', 'build_ubuntu_gpu_cuda101_cudnn7', false)
utils.docker_run('ubuntu_build_cuda', 'build_ubuntu_gpu_mkldnn', false)
utils.pack_lib('gpu', mx_lib_cpp_example_mkl)
}
}
Expand Down

0 comments on commit ef94c5d

Please sign in to comment.