I need an example of deploying a Nuclio function using MLRun.
- I have my code in a .py file
- How do I use MLRun to deploy this function to Nuclio?
- How do I configure the HTTP endpoint? (using a specified port)
I need an example of deploying a Nuclio function using MLRun.
You should follow these steps:
code_to_function
as in this example:with_http
on the function: