From 99d67c3c56803150144ad6a081bdecccd0d0d6ac Mon Sep 17 00:00:00 2001 From: Pulkit Midha Date: Mon, 1 Jun 2020 23:37:09 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea82afddbb..7bb5d1aca2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -132,7 +132,7 @@ COPY ml-agents /ml-agents WORKDIR /ml-agents RUN pip install -e . -# Port 5004 is the port used in in Editor training. +# Port 5004 is the port used in Editor training. # Environments will start from port 5005, # so allow enough ports for several environments. EXPOSE 5004-5050