Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
start: link to correct Docker requests section
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Dec 27, 2022
1 parent f13a238 commit d9fc87c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion content/docs/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ You can now open the Swagger UI at `https://localhost:8080/docs` in a browser
and [query the model] with `curl`, `mlem apply-remote`, etc.

[`docker run`]: https://docs.docker.com/engine/reference/commandline/run/
[query the model]: /doc/user-guide/deploying#making-requests
[query the model]: /doc/user-guide/serving#making-requests

</tab>

Expand Down
1 change: 0 additions & 1 deletion content/docs/user-guide/deploying/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ You also can create a MLEM client for your deployment from Python code
```python
from mlem.api import load


service = load("<name>")
client = service.get_client()
res = client.predict(data)
Expand Down

0 comments on commit d9fc87c

Please sign in to comment.