init space
Browse files- 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
|
56 |
&& cd ..
|
57 |
|
58 |
RUN cd ./LightZero \
|
59 |
-
&& python3 -m pip install
|
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 \
|