From 9596144b30a5f6ab5f47402d5d2ead8b62de755e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Mon, 12 Mar 2018 13:08:40 +0100
Subject: [PATCH] GPU

---
 docs.it4i/software/tools/singularity-it4i.md | 24 ++++++++++----------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/docs.it4i/software/tools/singularity-it4i.md b/docs.it4i/software/tools/singularity-it4i.md
index 683ff0725..fb3d3d804 100644
--- a/docs.it4i/software/tools/singularity-it4i.md
+++ b/docs.it4i/software/tools/singularity-it4i.md
@@ -5,18 +5,18 @@ On clusters, we have different versions of singularity images of operating syste
 Our bootstrap for create image, wrappers, features are [here](https://code.it4i.cz/sccs/it4i-singularity).
 
 ```console
-   Salomon				Anselm
-      ├── CentOS			├── CentOS
-      │   ├── 6.9			│   ├── 6.9
-      │   ├── 6.9-MIC			│   ├── 6.9-GPU
-      │   └── 7.4			│   ├── 7.4
-      ├── Debian			│   └── 7.4-GPU
-      │   └── 8.0			├── Debian
-      └── Ubuntu			│   ├── 8.0
-          └── 16.04			│   └── 8.0-GPU
-					└── Ubuntu
-					    ├── 16.04
-					    └── 16.04-GPU
+   Salomon                 Anselm
+      ├── CentOS             ├── CentOS
+      │   ├── 6.9            │   ├── 6.9
+      │   ├── 6.9-MIC        │   ├── 6.9-GPU
+      │   └── 7.4            │   ├── 7.4
+      ├── Debian             │   └── 7.4-GPU
+      │   └── 8.0            ├── Debian
+      └── Ubuntu             │   ├── 8.0
+          └── 16.04          │   └── 8.0-GPU
+                             └── Ubuntu
+                                 ├── 16.04
+                                 └── 16.04-GPU
 ```
 
 For current information on available singularity images, refer to the `ml av` and see statement the `OS`
-- 
GitLab