Kano001 commited on
Commit
2c6c136
1 Parent(s): 1c62146

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -30,6 +30,8 @@ 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"]
 
30
 
31
  RUN python -m pip install --upgrade pip
32
  RUN pip install numpy
33
+ RUN apt-get install python3-distutils
34
+ RUN pip install --upgrade pip setuptools wheel
35
  RUN pip install mlagents
36
 
37
  CMD ["bash", "run.sh"]