From 23cecb846d2a5c921e18c3ea50ff7cdd0c847c29 Mon Sep 17 00:00:00 2001 From: Li Tan Date: Thu, 2 May 2024 15:25:37 -0400 Subject: [PATCH 1/4] Update README.md by adding a "How to Use" section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index deefed46..ab2097a0 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,13 @@ Following are the current supported HPC/AI VM images that are available in Azure - [Ubuntu-HPC](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/microsoft-dsvm.ubuntu-hpc) 20.04 (microsoft-dsvm:ubuntu-hpc:2004:latest) - [AlmaLinux-HPC](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/almalinux.almalinux-hpc) 8.7 (almalinux:almalinux-hpc:8_7-hpc-gen2:latest) +# How to Use + +The high level steps to create your own HPC images using our repository are below: +1. Deploy a VM. +2. Run install.sh (e.g., [Ubuntu 22.04](https://github.com/Azure/azhpc-images/blob/master/ubuntu/ubuntu-22.x/ubuntu-22.04-hpc/install.sh)). +3. Generate an image from the VM ([tutorial](https://learn.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-custom-images)). + # Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a From 16ecee95f92d141e5ac734ce4945de46e3eade37 Mon Sep 17 00:00:00 2001 From: Li Tan Date: Thu, 2 May 2024 15:27:42 -0400 Subject: [PATCH 2/4] Update README.md on typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab2097a0..ed5eaebd 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ Following are the current supported HPC/AI VM images that are available in Azure # How to Use -The high level steps to create your own HPC images using our repository are below: -1. Deploy a VM. +The high level steps to create your own HPC images using our repository are: +1. Deploy a VM ([tutorial](https://learn.microsoft.com/en-us/azure/virtual-machines/)). 2. Run install.sh (e.g., [Ubuntu 22.04](https://github.com/Azure/azhpc-images/blob/master/ubuntu/ubuntu-22.x/ubuntu-22.04-hpc/install.sh)). 3. Generate an image from the VM ([tutorial](https://learn.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-custom-images)). From 5bfd39b9827642c7c57c55815b855310df5804e3 Mon Sep 17 00:00:00 2001 From: Li Tan Date: Thu, 2 May 2024 15:38:38 -0400 Subject: [PATCH 3/4] Update README.md on details --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed5eaebd..f8835985 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Following are the current supported HPC/AI VM images that are available in Azure The high level steps to create your own HPC images using our repository are: 1. Deploy a VM ([tutorial](https://learn.microsoft.com/en-us/azure/virtual-machines/)). -2. Run install.sh (e.g., [Ubuntu 22.04](https://github.com/Azure/azhpc-images/blob/master/ubuntu/ubuntu-22.x/ubuntu-22.04-hpc/install.sh)). +2. Run install.sh (pick the corresponding install.sh in our repository for your OS, e.g., [Ubuntu 22.04](https://github.com/Azure/azhpc-images/blob/master/ubuntu/ubuntu-22.x/ubuntu-22.04-hpc/install.sh)). 3. Generate an image from the VM ([tutorial](https://learn.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-custom-images)). # Contributing From 953d890b45ffe989efe271016d7f987f49de22fa Mon Sep 17 00:00:00 2001 From: Li Tan Date: Thu, 2 May 2024 16:11:02 -0400 Subject: [PATCH 4/4] Update README.md on relative path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8835985..49e51630 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Following are the current supported HPC/AI VM images that are available in Azure The high level steps to create your own HPC images using our repository are: 1. Deploy a VM ([tutorial](https://learn.microsoft.com/en-us/azure/virtual-machines/)). -2. Run install.sh (pick the corresponding install.sh in our repository for your OS, e.g., [Ubuntu 22.04](https://github.com/Azure/azhpc-images/blob/master/ubuntu/ubuntu-22.x/ubuntu-22.04-hpc/install.sh)). +2. Run install.sh (pick the corresponding install.sh in our repository for your OS, e.g., [Ubuntu 22.04](ubuntu/ubuntu-22.x/ubuntu-22.04-hpc/install.sh)). 3. Generate an image from the VM ([tutorial](https://learn.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-custom-images)). # Contributing