From 919e55e38e3462a599b7b6c8d45e688e55175f47 Mon Sep 17 00:00:00 2001 From: Stephen Oman Date: Sat, 13 Jul 2024 14:22:40 +0100 Subject: [PATCH] Fix typo in Docker instructions --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 7a025f30d..a0db3321c 100644 --- a/docker/README.md +++ b/docker/README.md @@ -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