Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaku Kudo <taku910@users.noreply.github.com>2020-10-12 20:19:57 +0300
committerGitHub <noreply@github.com>2020-10-12 20:19:57 +0300
commit3e7848cc89f30c15bc8dcd465952151e07610830 (patch)
tree85139f2808fb5e0352374b0e224d72f478594da1
parent740308f49842b44859f1169337b4770170969ffa (diff)
parent9a91fc5a89e8d7f56a8f6f9e1cd0f05255ec9118 (diff)
Merge pull request #542 from AWSjswinney/patch-1
Update make_py_wheel.sh
-rwxr-xr-xpython/make_py_wheel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/make_py_wheel.sh b/python/make_py_wheel.sh
index 7f82947..5a2a4f7 100755
--- a/python/make_py_wheel.sh
+++ b/python/make_py_wheel.sh
@@ -73,7 +73,7 @@ build() {
if [ "$1" = "native" ]; then
build $2
elif [ "$#" -eq 1 ]; then
- run_docker quay.io/pypa/manylinux1_${1} ${1}
+ run_docker quay.io/pypa/manylinux2014_${1} ${1}
else
run_docker quay.io/pypa/manylinux1_i686 i686
run_docker quay.io/pypa/manylinux1_x86_64 x86_64