Skip to content

Commit 91c72cd

Browse files
authored
Update README.md
set `/examples` as the working directory
1 parent 553334f commit 91c72cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/java/docker/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Typical usage:
44

55
```
66
docker build -t java-tensorflow .
7-
docker run -it --rm -v ${PWD}/..:/examples java-tensorflow
7+
docker run -it --rm -v ${PWD}/..:/examples -w /examples java-tensorflow
88
```
99

1010
That second command will pop you into a shell which has all

0 commit comments

Comments
 (0)