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

Commit

Permalink
increased docker shared memory (#14119)
Browse files Browse the repository at this point in the history
  • Loading branch information
roywei authored and marcoabreu committed Feb 11, 2019
1 parent 0a2419f commit f906681
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 @@ -95,15 +95,15 @@ core_logic: {
node(NODE_LINUX_GPU) {
ws('workspace/tutorial-test-python2') {
utils.unpack_and_init('gpu', mx_lib)
utils.docker_run('ubuntu_nightly_gpu', 'nightly_tutorial_test_ubuntu_python2_gpu', true)
utils.docker_run('ubuntu_nightly_gpu', 'nightly_tutorial_test_ubuntu_python2_gpu', true, '1500m')
}
}
},
'Tutorial: Python3': {
node(NODE_LINUX_GPU) {
ws('workspace/tutorial-test-python3') {
utils.unpack_and_init('gpu', mx_lib)
utils.docker_run('ubuntu_nightly_gpu', 'nightly_tutorial_test_ubuntu_python3_gpu', true)
utils.docker_run('ubuntu_nightly_gpu', 'nightly_tutorial_test_ubuntu_python3_gpu', true, '1500m')
}
}
}
Expand Down

0 comments on commit f906681

Please sign in to comment.