Skip to content

Commit 2bf51e1

Browse files
committed
Updated pr.
1 parent eddeae7 commit 2bf51e1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/source/user_guide/model_registration/model_deploy.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Deploy Model on Conda Runtime
2-
*****************************
1+
Deploy Model with Conda Runtime
2+
*******************************
33

44
Once you have ADS Model object, you can call ``deploy`` function to deploy the model and generate the endpoint.
55

docs/source/user_guide/model_registration/model_deploy_byoc.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Deploy Model on Container Runtime
2-
*********************************
1+
Deploy Model with Container Runtime
2+
***********************************
33

4-
The ADS ``GenericModel`` and ``ModelDeployment`` classes allow you to run a container image using OCI data science model deployment.
4+
The ADS ``GenericModel`` and ``ModelDeployment`` classes allow you to deploy model using container images.
55

66
To deploy model on container runtime, you need to first build a docker container image. See `Bring Your Own Container <https://docs.oracle.com/en-us/iaas/data-science/using/mod-dep-byoc.htm#construct-container>`_ for the end-to-end example. Once you have the image, push it to `OCI container registry <https://docs.oracle.com/en-us/iaas/Content/Registry/Concepts/registryoverview.htm>`_. See `Creating a Repository <https://docs.oracle.com/en-us/iaas/Content/Registry/Tasks/registrycreatingarepository.htm>`_ and `Pushing Images Using the Docker CLI <https://docs.oracle.com/en-us/iaas/Content/Registry/Tasks/registrycreatingarepository.htm>`_ for more details.
77

0 commit comments

Comments
 (0)