Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Building

Eron Wright edited this page Apr 5, 2017 · 1 revision

WikiBuilding

Build Example

A set of examples are provided as a ready-to-run JAR file. To build:

$ mvn clean package

The build file is located at: flink-tensorflow-examples/target/flink-tensorflow-examples_2.11-0.1-SNAPSHOT.jar

Run Tests

The project uses JUnit and the Maven Surefire plugin. Be sure to add the the native tensorflow library to the Java native library path.

To run the tests:

$ mvn surefire:test
Clone this wiki locally