Skip to content

Commit 4311297

Browse files
author
sjentzsch
committed
move uninstall tf builds to the top
1 parent 69195e4 commit 4311297

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,13 @@ For GPU-accelerated tensorflow, ensure you do or have done the following:
105105

106106
> Note: As of now, if you configured to build TensorFlow from Source, you need to follow this guide after running the Ansible playbook. In the future, this should mostly be handled by Ansible.
107107
108-
Inside `ml/tensorflow` (default location) run `./configure`.
108+
First, make sure to remove previous builds again (choose pip2 for Python 2 or pip3 for Python 3), e.g.:
109+
110+
```
111+
sudo pip3 uninstall tensorflow tensorflow-tensorboard
112+
```
113+
114+
For a new build, inside `ml/tensorflow` (default location), run `./configure`.
109115

110116
Here is my sample dialogue and the answers I gave to the questions:
111117

@@ -204,12 +210,6 @@ sudo pip3 install /tmp/tensorflow_pkg/tensorflow-1.4.0-cp35-cp35m-linux_x86_64.w
204210

205211
See also: https://www.tensorflow.org/install/install_sources
206212

207-
In case you want to remove previous builds again (choose proper pip version again!):
208-
209-
```
210-
sudo pip3 uninstall tensorflow tensorflow-tensorboard
211-
```
212-
213213
# Run
214214

215215
1. Inside `ml/tf_vision/config/` the YAML file `config.obj_detect.sample.yml` contains the default configuration to run.

0 commit comments

Comments
 (0)