zjowowen commited on
Commit
b780051
1 Parent(s): ae7b31c

init space

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -52,11 +52,11 @@ ADD --chown=user run.sh run.sh
52
  RUN python3 -m pip install --upgrade pip
53
 
54
  RUN cd ./DI-engine \
55
- && python3 -m pip install --no-cache-dir -e . \
56
  && cd ..
57
 
58
  RUN cd ./LightZero \
59
- && python3 -m pip install --no-cache-dir -e . \
60
  && cd ..
61
 
62
  RUN cd ./gomoku_server_ui \
 
52
  RUN python3 -m pip install --upgrade pip
53
 
54
  RUN cd ./DI-engine \
55
+ && python3 -m pip install -e .[video] \
56
  && cd ..
57
 
58
  RUN cd ./LightZero \
59
+ && python3 -m pip install -e . \
60
  && cd ..
61
 
62
  RUN cd ./gomoku_server_ui \