zjowowen commited on
Commit
3e87b35
1 Parent(s): d54ddd4

init space

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -57,7 +57,8 @@ RUN cd ./DI-engine \
57
  && cd ..
58
 
59
  RUN cd ./LightZero \
60
- && python3 -m pip install -e . \
 
61
  && cd ..
62
 
63
  RUN cd ./gomoku_server_ui \
 
57
  && cd ..
58
 
59
  RUN cd ./LightZero \
60
+ && pip install -r requirements-build.txt \
61
+ && pip install -e . \
62
  && cd ..
63
 
64
  RUN cd ./gomoku_server_ui \