Skip to content

Commit 7ecedda

Browse files
committed
added missing links
1 parent a9d6669 commit 7ecedda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/platform/ai/deploy_tuto_12_build_custom_image/guide.en-gb.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ ADD . $foo
173173

174174
Inside your Dockerfile, you will need to expose your model or application so anyone can use it. The easiest way is to expose API via REST endpoint.
175175

176-
Most famous and open source frameworks for exposing API are [Flask]() and [Fast API]()
176+
Most famous and open source frameworks for exposing API are [Flask](https://flask.palletsprojects.com/) and [FastAPI](https://fastapi.tiangolo.com/).
177+
177178
You can find a basic example in the next chapter, and more advanced tutorials in [AI Deploy documentation](https://docs.ovh.com/gb/en/publiccloud/ai/).
178179

179180
### Exposing your application with a web frontend

0 commit comments

Comments
 (0)