Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -48,8 +48,9 @@ ADD --chown=user DI-sheep DI-sheep
|
|
48 |
ADD --chown=user run.sh run.sh
|
49 |
|
50 |
RUN python3 -m pip install --upgrade pip \
|
51 |
-
&& python3 -m pip install --no-cache-dir
|
52 |
-
&& python3 -m pip install --no-cache-dir DI-
|
|
|
53 |
|
54 |
RUN cd ./DI-sheep/ui/ \
|
55 |
&& npm install react react-dom @types/react @types/react-dom \
|
|
|
48 |
ADD --chown=user run.sh run.sh
|
49 |
|
50 |
RUN python3 -m pip install --upgrade pip \
|
51 |
+
&& python3 -m pip install --no-cache-dir DI-engine \
|
52 |
+
&& python3 -m pip install --no-cache-dir -r ./DI-sheep/service/requirement.txt
|
53 |
+
|
54 |
|
55 |
RUN cd ./DI-sheep/ui/ \
|
56 |
&& npm install react react-dom @types/react @types/react-dom \
|