Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
91c72cdf
Unverified
Commit
91c72cdf
authored
Jan 16, 2018
by
Mark Daoust
Committed by
GitHub
Jan 16, 2018
Browse files
Update README.md
set `/examples` as the working directory
parent
553334f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
samples/java/docker/README.md
samples/java/docker/README.md
+1
-1
No files found.
samples/java/docker/README.md
View file @
91c72cdf
...
@@ -4,7 +4,7 @@ Typical usage:
...
@@ -4,7 +4,7 @@ Typical usage:
```
```
docker build -t java-tensorflow .
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
That second command will pop you into a shell which has all
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment