Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tfhello
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Oleg Dzhimiev
tfhello
Commits
7641f4a6
Commit
7641f4a6
authored
Mar 25, 2020
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs
parent
3fd637ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
1 deletion
+28
-1
README.md
README.md
+28
-1
No files found.
README.md
View file @
7641f4a6
# Instructions
## Build Tensorflow
```
git clone -b r1.15 https://github.com/okdzhimiev/tensorflow.git
cd tensorflow
./configure
# run tensorflow_maven_builder.sh from tensorflow/ root dir, link or copy from this repo
./tensorflow_maven_builder.sh
# Wait for a few hours
```
## tensorflow_maven_builder.sh
*
Builds Bazel targets:
*
//tensorflow/java:tensorflow
*
//tensorflow/java:libtensorflow_jni
*
//tensorflow/java:pom
*
//tensorflow/tools/lib_package:libtensorflow_jni.tar.gz
*
Installs generated Maven packages to local Maven repo:
*
org.tensorflow.libtensorflow
*
org.tensorflow.libtensorflow_jni_gpu
## Uninstall Maven packages to switch back to Maven Central
To uninstall those from the local repo it's enough to just delete them:
```
rm -rf ~/m2/repository/org/tensorflow/libtensorflow/1.15.2
rm -rf ~/m2/repository/org/tensorflow/libtensorflow_jni_gpu/1.15.2
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment