Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
set `/examples` as the working directory
  • Loading branch information
MarkDaoust authored Jan 16, 2018
1 parent 553334f commit 91c72cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/java/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91c72cd

Please sign in to comment.