You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cuopt/introduction/introduction.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
In this workshop we will run Nvidia container on oci instance with an A10 shape which has GPU. You will launch an A10 instance with oracle linux and run a set of commands to achieve it.
6
6
7
-
NVIDIA cuOpt is an optimization tool that specializes in routing. It is run as a microservice in the cloud using the container provided. The cuOpt microservice leverages OpenAPI standards, serving endpoints running on port 5000 (by default) to accept optimization input data and return optimized routing solutions.
7
+
NVIDIA cuOpt is an optimization tool that specializes in routing. It is run as a microservice in the cloud using the container provided. The cuOpt microservice leverages OpenAPI standards, serving endpoints running on port 8000 (by default) to accept optimization input data and return optimized routing solutions.
8
8
9
9
Estimated Workshop Time: 45 minutes
10
10
@@ -21,11 +21,10 @@ In this workshop, you will learn how to:
21
21
This lab assumes you have:
22
22
23
23
* An Oracle Cloud account.
24
-
* Administrator permissions or permissions to use the OCI Compute, Identity Domains, A10 images, NGC API Key.
24
+
* Administrator permissions or permissions to use the OCI Compute, Identity Domains and A10 shapes
25
25
26
26
## Learn More
27
27
28
-
*[What Is NGC API Key?](https://docs.nvidia.com/ai-enterprise/deployment-guide-spark-rapids-accelerator/0.1.0/appendix-ngc.html)
29
28
*[What is NVIDIA cuOpt?](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/cuopt/containers/cuopt)
30
29
31
30
You may now proceed to the next lab.
@@ -35,4 +34,3 @@ You may now proceed to the next lab.
35
34
**Authors**
36
35
37
36
***Guido Alejandro Ferreyra**, Principal Cloud Architect, NACIE
6. Setup nvidia driver to be persistent across reboots
76
+
8. Setup nvidia driver to be persistent across reboots
71
77
72
78
```text
73
79
<copy>
74
80
sudo nvidia-persistenced
75
81
</copy>
76
82
```
77
83
78
-
7. Run the following command.
84
+
9. Run the following command.
79
85
80
86
```text
81
87
<copy>
82
88
sudo systemctl enable nvidia-persistenced
83
89
</copy>
84
90
```
85
91
86
-
8. Install podman
92
+
10. Install podman
87
93
88
94
```text
89
95
<copy>
@@ -105,92 +111,66 @@ Click **Create**
105
111
</copy>
106
112
```
107
113
108
-
## Task 3: Generate NGC API Key
109
-
110
-
Follow the steps listed in the following link to generate an api key which will be used in next task. [NGC API Key](https://docs.nvidia.com/ai-enterprise/deployment-guide-spark-rapids-accelerator/0.1.0/appendix-ngc.html)
111
-
112
-
## Task 4: Continue with Steps to run the container
113
-
114
-
1. Login to nvcr.io. Use the api key generated in previous step.
0 commit comments