Skip to content

Commit

Permalink
Fix 'essential' instead of 'essentially' typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Sep 21, 2019
1 parent 45dbc65 commit 421ba80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/workflow/api-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To use these, install the seldon-core package with ```pip install seldon-core```

## Run your Wrapped Model

To test your model microservice you need to run it. If you have wrapped your model into a Docker container then you should run it and expose the ports. There are many examples in the notebooks in the [examples folders](https://github.com/SeldonIO/seldon-core/tree/master/examples/models) but essential if your model is wrapped in an image `myimage:0.1` then run:
To test your model microservice you need to run it. If you have wrapped your model into a Docker container then you should run it and expose the ports. There are many examples in the notebooks in the [examples folders](https://github.com/SeldonIO/seldon-core/tree/master/examples/models) but essentially if your model is wrapped in an image `myimage:0.1` then run:

```bash
docker run --name "my_model" -d --rm -p 5000:5000 myimage:0.1
Expand Down

0 comments on commit 421ba80

Please sign in to comment.