Install built .whl no matter what the name is
I didn't realize that the wheel names had been changed to tf_... from tensorflow_*. PiperOrigin-RevId: 290782437 Change-Id: Id07f0eeff1ef95388c2ba79961a075c19f1d2dcd
This commit is contained in:
parent
6f3fc0867c
commit
39f2beb018
@ -35,4 +35,4 @@ yes "" | /usr/local/bin/python configure.py
|
||||
bazel build --cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0" --config=opt --config=v2 tensorflow/tools/pip_package:build_pip_package
|
||||
./bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/pip_pkg --cpu --nightly_flag
|
||||
ls -al /tmp/pip_pkg
|
||||
pip --no-cache-dir install --upgrade /tmp/pip_pkg/tensorflow*.whl
|
||||
pip --no-cache-dir install --upgrade /tmp/pip_pkg/*.whl
|
||||
|
@ -36,4 +36,4 @@ yes "" | /usr/local/bin/python configure.py
|
||||
bazel build --config=cuda --cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0" --config=opt --config=v2 tensorflow/tools/pip_package:build_pip_package
|
||||
./bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/pip_pkg --nightly_flag
|
||||
ls -al /tmp/pip_pkg
|
||||
pip --no-cache-dir install --upgrade /tmp/pip_pkg/tensorflow*.whl
|
||||
pip --no-cache-dir install --upgrade /tmp/pip_pkg/*.whl
|
||||
|
Loading…
Reference in New Issue
Block a user