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

Commit

Permalink
upgrade to build cu101mkl
Browse files Browse the repository at this point in the history
  • Loading branch information
stu1130 committed May 22, 2019
1 parent 761803a commit f804eee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1409,10 +1409,10 @@ build_static_python_mkl() {
popd
}

build_static_python_cu100mkl() {
build_static_python_cu101mkl() {
set -ex
pushd .
export mxnet_variant=cu100mkl
export mxnet_variant=cu101mkl
./ci/publish/python/build.sh
popd
}
Expand Down
2 changes: 1 addition & 1 deletion ci/jenkins/Jenkins_steps.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ def test_static_python_gpu() {
ws('workspace/ut-publish-python-gpu') {
timeout(time: max_time, unit: 'MINUTES') {
utils.init_git()
utils.docker_run("publish.ubuntu1404_gpu", 'build_static_python_cu100mkl', true)
utils.docker_run("publish.ubuntu1404_gpu", 'build_static_python_cu101mkl', true)
}
}
}
Expand Down

0 comments on commit f804eee

Please sign in to comment.