We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553334f commit 91c72cdCopy full SHA for 91c72cd
samples/java/docker/README.md
@@ -4,7 +4,7 @@ Typical usage:
4
5
```
6
docker build -t java-tensorflow .
7
-docker run -it --rm -v ${PWD}/..:/examples java-tensorflow
+docker run -it --rm -v ${PWD}/..:/examples -w /examples java-tensorflow
8
9
10
That second command will pop you into a shell which has all
0 commit comments