From 2f37cd7e27acb0ae161143cbc096116799459b30 Mon Sep 17 00:00:00 2001 From: Philipp Moritz Date: Wed, 13 Mar 2019 23:11:30 -0700 Subject: [PATCH] fix wheel building doc (#4360) --- python/README-building-wheels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README-building-wheels.md b/python/README-building-wheels.md index 41a73d22e..4ae672267 100644 --- a/python/README-building-wheels.md +++ b/python/README-building-wheels.md @@ -9,7 +9,7 @@ produce .whl files owned by root. Inside the root directory (i.e., one level above this python directory), run ``` -docker run --rm -w /ray -v `pwd`:/ray -ti quay.io/xhochy/arrow_manylinux1_x86_64_base:latest /ray/python/build-wheel-manylinux1.sh +docker run --rm -w /ray -v `pwd`:/ray -ti rayproject/arrow_linux_x86_64_base:latest /ray/python/build-wheel-manylinux1.sh ``` The wheel files will be placed in the .whl directory.