README.md 320 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
Dockerfile for building an image suitable for running the Java examples.

Typical usage:

```
docker build -t java-tensorflow .
docker run -it --rm -v ${PWD}/..:/examples java-tensorflow
```

That second command will pop you into a shell which has all
the dependencies required to execute the scripts and Java
examples.