From 22a44795ebe4f0394e73520e9f57548ffdd0aeb9 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Mon, 10 Aug 2020 14:01:01 +0200
Subject: [PATCH] Update software.md

---
 docs.it4i/dgx2/software.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs.it4i/dgx2/software.md b/docs.it4i/dgx2/software.md
index 1fad26231..24ee8e721 100644
--- a/docs.it4i/dgx2/software.md
+++ b/docs.it4i/dgx2/software.md
@@ -17,7 +17,7 @@ The catalog of all container images can be found on [NVIDIA site][a]. Supported
 
 NVIDIA expects usage of Docker as a containerization tool, but Docker is not a suitable solution in a multiuser environment. For this reason, the [Singularity container][b] solution is used.
 
-Singularity can be used similarly to Docker, the only change is a rewrite of an image URL address. For example, original command for Docker `docker run -it nvcr.io/nvidia/theano:18.08` should be rewritten to `singularity shell docker://nvcr.io/nvidia/theano:18.08`. More about Singularity [here][1].
+Singularity can be used similarly to Docker, just change the image URL address. For example, original command for Docker `docker run -it nvcr.io/nvidia/theano:18.08` should be changed to `singularity shell docker://nvcr.io/nvidia/theano:18.08`. More about Singularity [here][1].
 
 For fast container deployment, all images are cached after first use in the *lscratch* directory. This behavior can be changed by the *SINGULARITY_CACHEDIR* environment variable, but the start time of the container will increase significantly.
 
-- 
GitLab