Skip to content

Commit

Permalink
Create build_tensorflow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arthw authored Feb 12, 2019
1 parent 1acfadf commit 2e78aa6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build_tensorflow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
### In Ubuntu 16 for Python3
#### Set proxy for bazel
```
export HTTP_PROXY=http://xxx.com:913
export HTTPS_PROXY=http://xxx.com:913
```
#### Install python package
```
sudo apt install python3-dev python3-pip
python3 -m pip install six numpy wheel mock
```

#### Build with MKL
`bazel build --config=opt --config=mkl //tensorflow/tools/pip_package:build_pip_package`

0 comments on commit 2e78aa6

Please sign in to comment.