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

Commit

Permalink
remove docker testing from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mseth10 committed Jan 22, 2021
1 parent 88ed43b commit 16e19e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1275,10 +1275,6 @@ ci_package_pypi() {
local mxnet_variant=${1:?"This function requires a python command as the first argument"}
cd_package_pypi ${mxnet_variant}
cd_integration_test_pypi
# testing cd docker images pipeline
sudo apt-get update && sudo apt-get install -y docker
./cd/python/docker/python_images.sh build ${mxnet_variant}
./cd/python/docker/python_images.sh test ${mxnet_variant}
}

# Packages libmxnet into wheel file
Expand Down

0 comments on commit 16e19e1

Please sign in to comment.