From 39247b8f5ed74eb2185602740942d98ca387a1fe 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: Wed, 4 Apr 2018 08:12:47 +0200 Subject: [PATCH] fix MIC --- docs.it4i/software/tools/singularity-it4i.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs.it4i/software/tools/singularity-it4i.md b/docs.it4i/software/tools/singularity-it4i.md index fb3d3d804..883e5e314 100644 --- a/docs.it4i/software/tools/singularity-it4i.md +++ b/docs.it4i/software/tools/singularity-it4i.md @@ -9,12 +9,12 @@ Our bootstrap for create image, wrappers, features are [here](https://code.it4i. ├── 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 + │ ├── 7.4 │ ├── 7.4 + │ └── 7.4-MIC │ └── 7.4-GPU + ├── Debian ├── Debian + │ └── 8.0 │ ├── 8.0 + └── Ubuntu │ └── 8.0-GPU + └── 16.04 └── Ubuntu ├── 16.04 └── 16.04-GPU ``` -- GitLab