Kano001 commited on
Commit
6c9fb16
1 Parent(s): 4b2558b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,6 +31,6 @@ COPY --chown=pn . .
31
  RUN python -m pip install --upgrade pip
32
  RUN pip install numpy
33
  RUN pip install --upgrade pip setuptools wheel
34
- RUN pip install mlagents
35
 
36
  CMD ["bash", "run.sh"]
 
31
  RUN python -m pip install --upgrade pip
32
  RUN pip install numpy
33
  RUN pip install --upgrade pip setuptools wheel
34
+ RUN pip show mlagents
35
 
36
  CMD ["bash", "run.sh"]