Kano001 commited on
Commit
aa41757
·
verified ·
1 Parent(s): 39412ff

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -29,5 +29,6 @@ COPY --chown=pn nginx.conf /etc/nginx/sites-available/default
29
  COPY --chown=pn . .
30
 
31
  RUN python -m pip install --upgrade pip
 
32
 
33
  CMD ["bash", "run.sh"]
 
29
  COPY --chown=pn . .
30
 
31
  RUN python -m pip install --upgrade pip
32
+ RUN pip install mlagents
33
 
34
  CMD ["bash", "run.sh"]