Skip to content

Commit

Permalink
Fix typo in Docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenOman committed Jul 13, 2024
1 parent 855cc86 commit 919e55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ architecture do:
```bash
$ git clone https://github.com/heiner/nle --recursive
$ cd nle
$ docker build -file docker/Dockerfile-jammy . -tag nle
$ docker build --file docker/Dockerfile-jammy . --tag nle
$ docker run -it --gpus all --rm --name nle nle
# or alternatively if you don't have GPUs
$ docker run -it --name nle nle
Expand Down

0 comments on commit 919e55e

Please sign in to comment.