From 2401d8af37703f282cef9dfc741de022d6ce2c5a Mon Sep 17 00:00:00 2001
From: Xuan Gu <xuan.gu@liu.se>
Date: Thu, 15 Dec 2022 15:59:01 +0000
Subject: [PATCH] Update README.md

---
 README.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 9b651a7..bc24be0 100644
--- a/README.md
+++ b/README.md
@@ -125,11 +125,11 @@ Please note that you need to use the flag ```-X``` to set up the X11 forwarding
 
 ## Cheat sheet
 
-|                     Task                     |                                                               Command                                                               |
+|Task                     |Command                                                               |
 |:--------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------------:|
-| Import a new container                       | enroot import 'docker://nvcr.io#nvidia/pytorch:22.09-py3'  |
-| Create an instance of a container            | enroot create --name pytorch nvidia+pytorch+22.09-py3.sqsh                                                             |
-| Destroy an instance                          | enroot remove pytorch.09                                                                                                  |
-| Run an enroot image                          | enroot start --rw --mount /local_path:/path_on_enroot pytorch                                           |
-| Run an enroot image as root                  | enroot start --root --rw --mount /local_path:/path_on_enroot pytorch                                      |
-| Run an enroot image and execute your command | enroot start --rw --mount /local_path:/path_on_enroot pytorch sh -c 'python my_script.py'                 |
+|Import a new container                       |enroot import 'docker://nvcr.io#nvidia/pytorch:22.09-py3'  |
+|Create an instance of a container            |enroot create --name pytorch nvidia+pytorch+22.09-py3.sqsh                                                             |
+|Destroy an instance                          |enroot remove pytorch                                                                                                 |
+|Run an enroot image                          |enroot start --rw --mount /local_path:/path_on_enroot pytorch                                           |
+|Run an enroot image as root                  |enroot start --root --rw --mount /local_path:/path_on_enroot pytorch                                      |
+|Run an enroot image and execute your command |enroot start --rw --mount /local_path:/path_on_enroot pytorch sh -c 'python my_script.py'                 |
-- 
GitLab