Theivaprakasham commited on
Commit
5da7861
·
verified ·
1 Parent(s): de1afb9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -18,6 +18,8 @@ RUN pip install numpy==1.19.3
18
 
19
  RUN pip install --no-cache-dir -r requirements.txt --upgrade
20
 
 
 
21
  COPY app app/
22
 
23
  RUN python app/server.py
 
18
 
19
  RUN pip install --no-cache-dir -r requirements.txt --upgrade
20
 
21
+ RUN pip install numpy==1.19.3
22
+
23
  COPY app app/
24
 
25
  RUN python app/server.py