Unverified Commit 91c72cdf authored by Mark Daoust's avatar Mark Daoust Committed by GitHub
Browse files

Update README.md

set `/examples` as the working directory
parent 553334f3
......@@ -4,7 +4,7 @@ Typical usage:
```
docker build -t java-tensorflow .
docker run -it --rm -v ${PWD}/..:/examples java-tensorflow
docker run -it --rm -v ${PWD}/..:/examples -w /examples java-tensorflow
```
That second command will pop you into a shell which has all
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment