From c504d0d021e5ceb093191a818bfbeb81b089bdeb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20=C5=98ezn=C3=AD=C4=8Dek?=
 <246254@mail.muni.cz>
Date: Thu, 9 Jun 2022 10:07:58 +0200
Subject: [PATCH 1/2] feat: GPU dashboard, NVIDIA A40 conditions

---
 content/cloud/gpus/index.md | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/content/cloud/gpus/index.md b/content/cloud/gpus/index.md
index a077fcb..c69a23b 100644
--- a/content/cloud/gpus/index.md
+++ b/content/cloud/gpus/index.md
@@ -5,18 +5,21 @@ draft: false
 disableToc: true
 GeekdocHidden: true
 ---
-On this page you can find the list of offered gpus in Metacentrum Cloud.
+On this page you can find static list of offered gpus in Metacentrum Cloud.
 
 {{< csv-table header="true">}}
 
 GPU, Total nodes, GPUs per node
 NVIDIA Tesla T4, 16, 2
-NVIDIA A40, 2, 4
+NVIDIA A40 (**), 2, 4
 NVIDIA TITAN V, 1, 1
-NVIDIA GeForce GTX 1080 Ti*, 8, 2
-NVIDIA GeForce GTX 2080*, 9, 2
-NVIDIA GeForce GTX 2080 Ti*, 14, 2
+NVIDIA GeForce GTX 1080 Ti (*), 8, 2
+NVIDIA GeForce GTX 2080 (*), 9, 2
+NVIDIA GeForce GTX 2080 Ti (*), 14, 2
 
 {{</csv-table>}}
+Notes:
+(*) experimental use in academic environment.
+(**) There are currently operating system limitation of VM servers attaching GPU device. Supported are Debian 10 and Centos 7.
 
-*experimental use in academic environment.
+Current GPU usage can be viewed on [GPU overview dashboard](https://grafana1.cloud.muni.cz/d/J66duZjnk/openstack-gpu-resource-overview) (valid e-infra / MUNI identity needed).
-- 
GitLab


From dac6af1397a252b2af024b0b2d850008e8963c66 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20=C5=98ezn=C3=AD=C4=8Dek?=
 <246254@mail.muni.cz>
Date: Thu, 9 Jun 2022 10:20:53 +0200
Subject: [PATCH 2/2] Update content/cloud/gpus/index.md

---
 content/cloud/gpus/index.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/cloud/gpus/index.md b/content/cloud/gpus/index.md
index c69a23b..1f49869 100644
--- a/content/cloud/gpus/index.md
+++ b/content/cloud/gpus/index.md
@@ -5,7 +5,7 @@ draft: false
 disableToc: true
 GeekdocHidden: true
 ---
-On this page you can find static list of offered gpus in Metacentrum Cloud.
+On this page you can find static list of offered GPUs in Metacentrum Cloud.
 
 {{< csv-table header="true">}}
 
@@ -19,7 +19,7 @@ NVIDIA GeForce GTX 2080 Ti (*), 14, 2
 
 {{</csv-table>}}
 Notes:
-(*) experimental use in academic environment.
-(**) There are currently operating system limitation of VM servers attaching GPU device. Supported are Debian 10 and Centos 7.
+- (*) experimental use in academic environment.
+- (**) There are currently operating system limitation of VM servers attaching GPU device. Supported are Debian 10 and Centos 7.
 
 Current GPU usage can be viewed on [GPU overview dashboard](https://grafana1.cloud.muni.cz/d/J66duZjnk/openstack-gpu-resource-overview) (valid e-infra / MUNI identity needed).
-- 
GitLab