Skip to content

Commit

Permalink
Update readme to use model_path arg
Browse files Browse the repository at this point in the history
  • Loading branch information
rakelkar authored Aug 27, 2019
1 parent 2cc7ed2 commit d0fbeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
2. Run the ONNXRuntime server with the image created in step 1
```
docker run -v {localModelAbsoluteFolder}:{dockerModelAbsoluteFolder} -e MODEL_ABSOLUTE_PATH={dockerModelAbsolutePath} -p {your_local_port}:8001 {imageName}
docker run -v {localModelAbsoluteFolder}:{dockerModelAbsoluteFolder} -p {your_local_port}:8001 {imageName} --model_path {dockerModelAbsolutePath}
```
3. Send HTTP requests to the container running ONNX Runtime Server
Expand Down

0 comments on commit d0fbeb7

Please sign in to comment.