zjowowen commited on
Commit
293f0b6
1 Parent(s): 6d9c66e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 -r ./DI-sheep/service/requirement.txt \
52
- && python3 -m pip install --no-cache-dir DI-engine
 
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 \