Skip to content
Snippets Groups Projects
Commit add9c9a5 authored by Quang tru HUYNH's avatar Quang tru HUYNH Committed by GitHub
Browse files

fix yum remove numpy

parent 4a9ad9bd
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow_pkg ...@@ -22,7 +22,7 @@ bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow_pkg
# ========================================================================================== # ==========================================================================================
# Remove 2 Packages (+2 Dependent packages) # Remove 2 Packages (+2 Dependent packages)
yum remove numpy yum -y remove numpy
pip install numpy pip install numpy
cd / && pip install --user /tmp/tensorflow_pkg/tensorflow-1.0.1-cp27-none-linux_x86_64.whl cd / && pip install --user /tmp/tensorflow_pkg/tensorflow-1.0.1-cp27-none-linux_x86_64.whl
python <<EOF python <<EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment