Skip to content

Commit

Permalink
fix README file formating
Browse files Browse the repository at this point in the history
Signed-off-by: Yuxiang Gao <[email protected]>
  • Loading branch information
yuxiang-gao committed Dec 23, 2024
1 parent 416260d commit 24cb1ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 24cb1ca

Please sign in to comment.