From fea28317606e6013ad286294aae2ada59f1320e0 Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuan.gu@liu.se> Date: Thu, 15 Dec 2022 16:03:07 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc24be0..764f07c 100644 --- a/README.md +++ b/README.md @@ -125,8 +125,8 @@ 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 | -- GitLab