Fix import error when tensorflow-gpu and tensorflow are both installed (#2364)

This commit is contained in:
Philipp Moritz
2018-07-06 22:29:54 -07:00
committed by Robert Nishihara
parent fbde8cad74
commit e45bec1e51
+2 -2
View File
@@ -68,10 +68,10 @@ if [[ ! -d $TP_DIR/../python/ray/pyarrow_files/pyarrow || \
pushd $TP_DIR/build/arrow
git fetch origin master
# The PR for this commit is https://github.com/apache/arrow/pull/2201. We
# The PR for this commit is https://github.com/apache/arrow/pull/2224. We
# include the link here to make it easier to find the right commit because
# Arrow often rewrites git history and invalidates certain commits.
git checkout d5d39f770047d671e4879369dd680c69afc370c3
git checkout 010c87402071d715e6fd0c3d22a0b13820b9aed5
git apply $TP_DIR/scripts/arrow-zero-fill.patch