update wheel builder docker entrypoint script

This commit is contained in:
Matthew Johnson 2018-12-07 08:14:24 -08:00
parent 91f8247d32
commit 762abcf29b

View File

@ -6,7 +6,7 @@ then
exit 1
fi
git clone -b binary-distros https://github.com/google/jax /build/jax
git clone https://github.com/google/jax /build/jax
cd /build/jax/build
usage() {