Skip to content

Commit 0705361

Browse files
committed
Update policies.rst and run_container.rst
1 parent 3b92fa2 commit 0705361

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/source/user_guide/jobs/policies.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ IAM Policies
33

44
Oracle Cloud Infrastructure Identity and Access Management (IAM)
55
lets you specify policies to control the access to your cloud resources.
6-
This section contain the policies recommended for Data Science Jobs.
6+
This section describe the policies you might need for running Data Science Jobs.
7+
8+
.. warning::
9+
10+
The policies presented in this page are intended to show the ``resource_type`` used by the job and job runs.
11+
You should further restrict the access to the resources base on your needs.
712

813
.. admonition:: Policy subject
914

@@ -48,6 +53,9 @@ The following policy is needed for running a container job:
4853
4954
See also:
5055

56+
* `Learn Best Practices for Setting Up Your Tenancy <https://docs.oracle.com/en-us/iaas/Content/GSG/Concepts/settinguptenancy.htm#Setting_Up_Your_Tenancy>`_
57+
* `IAM with Identity Domains <https://docs.oracle.com/en-us/iaas/Content/Identity/home.htm>_`
58+
* `IAM without Identity Domains <https://docs.oracle.com/en-us/iaas/Content/Identity/home1.htm>_`
5159
* `Dynamic Group <https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingdynamicgroups.htm>`_
5260
* `Data Science Policies <https://docs.oracle.com/en-us/iaas/data-science/using/policies.htm>`_
5361
* `Object Storage <https://docs.oracle.com/en-us/iaas/Content/Identity/Reference/objectstoragepolicyreference.htm#Details_for_Object_Storage_Archive_Storage_and_Data_Transfer>`_

docs/source/user_guide/jobs/run_container.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ The :py:class:`~ads.jobs.ContainerRuntime` class allows you to run a container i
77

88
To use the :py:class:`~ads.jobs.ContainerRuntime`, you need to first push the image to
99
`OCI container registry <https://docs.oracle.com/en-us/iaas/Content/Registry/Concepts/registryoverview.htm>`_.
10+
11+
Note that you cannot build a docker image inside an OCI Data Science Notebook Session.
12+
1013
For more details, see:
1114

1215
* `Creating a Repository <https://docs.oracle.com/en-us/iaas/Content/Registry/Tasks/registrycreatingarepository.htm>`_

0 commit comments

Comments
 (0)