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
+22-5Lines changed: 22 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,18 @@
2
2
3
3
## About this Workshop
4
4
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.
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 8000 (by default) to accept optimization input data and return optimized routing solutions.
8
7
9
8
Estimated Workshop Time: 45 minutes
10
9
11
10
### Objectives
12
11
13
-
Objective of this workshop is to set-up Nvidia container on oci instance with an A10 shape which has GPU.
12
+
Objective of this workshop is to set-up NVIDIA container on oci instance with an A10 shape which has GPU.
14
13
15
14
In this workshop, you will learn how to:
16
15
17
-
* Configure & set-up Nvidia container on oci instance
16
+
* Configure & set-up NVIDIA container on oci instance
18
17
19
18
### Prerequisites
20
19
@@ -23,9 +22,27 @@ This lab assumes you have:
23
22
* An Oracle Cloud account.
24
23
* Administrator permissions or permissions to use the OCI Compute, Identity Domains and A10 shapes
25
24
25
+
## What Is NVIDIA cuOpt?
26
+
27
+
NVIDIA cuOpt is an open-source, GPU-accelerated engine for decision optimization, excelling in mixed-integer programming (MIP), linear programming (LP), and vehicle routing problems (VRPs). Designed to tackle large-scale problems with millions of variables and constraints, cuOpt enables accelerated decision-making.
28
+
29
+
NVIDIA cuOpt 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.
30
+
31
+
## How cuOpt Is Being Used
32
+
33
+
### Supply Chain Management
34
+
Optimizing resource allocation in complex supply chains requires efficiently distributing limited resources while adapting to real-time changes.
35
+
36
+
### Fleet Management
37
+
Efficient scheduling and route planning are essential for managing inbound and outbound transportation of goods and vehicles, especially for long-haul fleets.
38
+
39
+
### Last-Mile Delivery
40
+
Efficiently dispatching truck fleets from distribution centers to retail stores and end customers is critical for minimizing costs and meeting delivery expectations.
41
+
42
+
26
43
## Learn More
27
44
28
-
*[What is NVIDIA cuOpt?](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/cuopt/containers/cuopt)
45
+
*[What is NVIDIA cuOpt?](https://catalog.ngc.NVIDIA.com/orgs/NVIDIA/teams/cuopt/containers/cuopt)
Copy file name to clipboardExpand all lines: cuopt/provision/provision.md
+57-62Lines changed: 57 additions & 62 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,14 @@
1
-
# Provision of Nvidia Container
1
+
# Provision of NVIDIA Container
2
2
3
3
## Introduction
4
4
5
-
This lab will take you through the steps needed to provision Nvidia container on oci instance with an A10 shape which has GPU,
5
+
This lab will take you through the steps needed to provision NVIDIA container on oci instance with an A10 shape which has GPU,
6
6
7
7
Estimated Time: 45 minutes
8
8
9
-
### About NVIDIA cuOpt
10
-
11
-
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.
12
-
13
9
### Objectives
14
10
15
-
Provisioning of Nvidia container
11
+
Provisioning of NVIDIA container
16
12
17
13
### Prerequisites
18
14
@@ -25,17 +21,15 @@ This lab assumes you have:
25
21
26
22
1. Go to Compute -> Instance -> Create Instance. Under Image and Shape choose A10 shape as shown in the image below.
27
23
28
-

24
+

29
25
30
26
2. Click on Change Image and select the latest GPU version (one on the top) as Image Build under Oracle Linux 8. Shown in the image below.
31
27
32
-

28
+

33
29
34
-
3. Provide the information for **VCN**, **Subnet (It has to be Public)**, **Add SSH Keys (Add keys to access your instance)**
30
+
3. Provide the information for **VCN**, **Subnet (It has to be Public)**, **Add SSH Keys (Add keys to access your instance)** and click **Create**.
35
31
36
-
Click **Create**
37
-
38
-

32
+

39
33
40
34
## Task 2: Install NVIDIA container toolkit
41
35
@@ -49,122 +43,123 @@ Click **Create**
49
43
</copy>
50
44
```
51
45
52
-
5. Install nvidia-container-toolkit
46
+
5. Install NVIDIA-container-toolkit
53
47
54
48
```text
55
49
<copy>
56
-
curl -s -L https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo | sudo tee /etc/yum.repos.d/nvidia-container-toolkit.repo
50
+
curl -s -L https://NVIDIA.github.io/libNVIDIA-container/stable/rpm/NVIDIA-container-toolkit.repo | sudo tee /etc/yum.repos.d/NVIDIA-container-toolkit.repo
0 commit comments