Skip to content

Commit 6f76338

Browse files
committed
Format adjustments
1 parent 4253505 commit 6f76338

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nvidia-nemo-oke/readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,11 @@
5454
* Click the very last **Show advanced options**, found just above the **`[Add]`** button. Under **Initialization script** choose **Paste Cloud-Init Script and enter the following:
5555

5656
```bash
57-
<copy>
5857
#!/bin/bash
5958
curl --fail -H "Authorization: Bearer Oracle" -L0 http://169.254.169.254/opc/v2/instance/metadata/oke_init_script | base64 --decode >/var/run/oke-init.sh
6059
bash /var/run/oke-init.sh
6160
bash /usr/libexec/oci-growfs -y
6261
systemctl restart kubelet.service
63-
</copy>
6462
```
6563

6664
>Note: This deployment requires 3 GPUs to function properly. You can either deploy 3 separate single-GPU nodes, or a single node with 4+ GPUs.

0 commit comments

Comments
 (0)