From 7bf61cea6eafa59be4f4f8ffb08ecc0aee41a390 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:02:34 +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 26ac27d48..683ff0725 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