Skip to content

Commit 002a898

Browse files
authored
Merge pull request #28 from abhinavoracle/main
WMS ID: 11737 Updated provision.md file
2 parents b675001 + 790f333 commit 002a898

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

agent_workflow_on_oke/provision/provision.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ This lab assumes you have:
2424

2525
## Task 1: Provision resources
2626

27-
1. Go to Resource manager -> Stacks -> Create Stack. Choose My configuration and upload the provided zip file and click Next: [nim_ocw-main-2.zip](https://objectstorage.us-ashburn-1.oraclecloud.com/p/_6xhcBfNAwTr5mm0O1pP-8wuFyk9IUkNsMyKdwLXejLdE-SRiZDLTqwEiDdPgJo5/n/c4u02/b/hosted_workshops/o/nim_ocw-main-2.zip)
27+
1. Go to Resource manager -> Stacks -> Create Stack. Choose My configuration and upload the provided zip file and click Next: [agent_workflow-main.zip](https://objectstorage.us-chicago-1.oraclecloud.com/p/Q1dcuvYmcyFSdDFAURK1s8N7EvEVoSFbZvpqo9-W1EzYo_3azMzz1QDUkTODHP21/n/idb6enfdcxbl/b/Excel-Chicago/o/Livelabs/agent_workflow-main.zip)
2828

2929
![Resource Manager](images/resource_manager.png)
3030

3131
Or you could use a single click deployment button shown below
3232

33-
[![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://objectstorage.us-ashburn-1.oraclecloud.com/p/_6xhcBfNAwTr5mm0O1pP-8wuFyk9IUkNsMyKdwLXejLdE-SRiZDLTqwEiDdPgJo5/n/c4u02/b/hosted_workshops/o/nim_ocw-main-2.zip)
33+
[![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://objectstorage.us-chicago-1.oraclecloud.com/p/Q1dcuvYmcyFSdDFAURK1s8N7EvEVoSFbZvpqo9-W1EzYo_3azMzz1QDUkTODHP21/n/idb6enfdcxbl/b/Excel-Chicago/o/Livelabs/agent_workflow-main.zip)
3434

3535
2. Provide the information for **Compartment**, **Kubernetes Cluster Name (Any suitable name)** , **Check Create new VCN**, **VCN Name (Any suitable name)**, **Leave other Networking information as default**, **Kubernetes nodepool configuration (You have to keep GPU Nodepool size as 3 rest you can leave them as default or change according to your preference)**
3636

@@ -83,4 +83,7 @@ You may now proceed to the next lab.
8383
**Authors**
8484

8585
* **Ionut Sturzu**, Principal Cloud Architect, NACIE
86-
* **Abhinav Jain**, Senior Cloud Engineer, NACIE
86+
* **Abhinav Jain**, Senior Cloud Engineer, NACIE
87+
88+
* **Last Updated By/Date**
89+
* **Abhinav Jain**, Senior Cloud Engineer, NACIE, March 2025

cuopt/provision/provision.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Follow the steps listed in the following link to generate an api key which will
123123
124124
```text
125125
<copy>
126-
sudo podman pull nvcr.io/nvidia/cuopt/cuopt:24.03
126+
sudo podman pull nvcr.io/nvidia/cuopt/cuopt:25.08
127127
</copy>
128128
```
129129
@@ -138,7 +138,7 @@ Follow the steps listed in the following link to generate an api key which will
138138
[Service]
139139
Type=simple
140140
Restart=always
141-
ExecStart=/usr/bin/podman run --rm --device nvidia.com/gpu=all -p 5000:5000 nvcr.io/nvidia/cuopt/cuopt:24.03
141+
ExecStart=/usr/bin/podman run --rm --device nvidia.com/gpu=all -p 5000:5000 nvcr.io/nvidia/cuopt/cuopt:25.08
142142
[Install]
143143
WantedBy=multi-user.target
144144
EOF
@@ -190,4 +190,7 @@ Run the following command to test the container
190190
**Authors**
191191

192192
* **Guido Alejandro Ferreyra**, Principal Cloud Architect, NACIE
193-
* **Abhinav Jain**, Senior Cloud Engineer, NACIE
193+
* **Abhinav Jain**, Senior Cloud Engineer, NACIE
194+
195+
**Last Updated By/Date:**
196+
* **Abhinav Jain**, Senior Cloud Engineer, NACIE, August 2025

0 commit comments

Comments
 (0)