From 24cb1ca17bb7144ccf10898557bb3d98cc93338d Mon Sep 17 00:00:00 2001 From: Yuxiang Gao Date: Mon, 23 Dec 2024 11:19:08 +0800 Subject: [PATCH] fix README file formating Signed-off-by: Yuxiang Gao --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 47d3d9d9..1d3990b6 100644 --- a/README.md +++ b/README.md @@ -58,12 +58,15 @@ You also need to install **PyTorch** following the [official instructions](https If you would like to try out the latest version, we suggest you to git clone from the repo and do `pip install -e .` instead of via PyPI. ### Docker Installation + You can use the Dockerfile provided in the repository to build a docker image: + ```bash docker build -t genesis . ``` And then run the examples inside the docker image: + ```bash xhost +local:root # Allow the container to access the display