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

Update Dockerfile

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