Skip to content

Commit 9689343

Browse files
Fix virbatim text
1 parent 9efc0c2 commit 9689343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_serving/g3doc/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ docker cp models/<my model> serving_base:/models/<my model>
140140
```
141141

142142
Finally, commit the container that's serving your model by changing `MODEL_NAME`
143-
to match your model's name `<my model>':
143+
to match your model's name `<my model>`:
144144

145145
```shell
146146
docker commit --change "ENV MODEL_NAME <my model>" serving_base <my container>

0 commit comments

Comments
 (0)