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
1. **Navigate to Dashboards**: Go to the dashboard section of the OCI GPU Scanner Portal
233
233
2. **Go to Tab - OCI GPU Scanner Install Script**:
234
-
- You can use the script there and deploy the oci-scanner plugin on to your gpus nodes manually.
234
+
- You can use the script there and deploy the oci-scanner plugin on to your gpus nodes manually (works on Ubuntu OS based GPU nodes).
235
235
- Embed them into a slurm script if you run a slurm cluster.
236
-
- Use the kubernetes objects for the plugin under the `oci_scanner_plugin` folder for a Kubernetes cluster. Refer to [Readme](oci_scanner_plugin/README.md).
237
-
- use the same scripts to be added as part of your new GPU compute deployments through cloud-init scripts.
236
+
- Use the same scripts to be added as part of your new GPU compute deployments through cloud-init scripts.
237
+
238
+
Example script:
239
+
240
+
```bash
241
+
chdir /home/ubuntu/
242
+
mkdir "$(hostname)"
243
+
cd "$(hostname)"
244
+
curl -X GET https://objectstorage.us-ashburn-1.oraclecloud.com/p/N6955_gYqc8g04xQLQkWyxHumraL_hy6qIxHR6Hd4H69ZOf8mQJFxN7-M-TNQOlJ/n/iduyx1qnmway/b/bucket-corrino-lens-dev/o/oci_plugin.tar.gz --output oci_plugin.tar.gz
Copy file name to clipboardExpand all lines: GETTING_STARTED_RM_DEPLOY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The deployment automatically installs **ingress-nginx** and **cert-manager** for
43
43
44
44
1. Click the **Deploy to Oracle Cloud** button below:
45
45
46
-
[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=/oci-lens-quickstart.zip)
46
+
[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-quickstart/oci-gpu-scanner/blob/main/oci-gpu-scanner-deploy.zip)
0 commit comments