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:
-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