Skip to content

Commit 964d389

Browse files
author
Chris Elion
authored
Fix editor port in Dockerfile (#3674)
1 parent e2f7566 commit 964d389

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@ COPY ml-agents /ml-agents
132132
WORKDIR /ml-agents
133133
RUN pip install -e .
134134

135-
# port 5005 is the port used in in Editor training.
136-
EXPOSE 5005
135+
# Port 5004 is the port used in in Editor training.
136+
# Environments will start from port 5005,
137+
# so allow enough ports for several environments.
138+
EXPOSE 5004-5050
137139

138140
ENTRYPOINT ["mlagents-learn"]

0 commit comments

Comments
 (0)