Theivaprakasham commited on
Commit
9cfd79b
1 Parent(s): 760b2eb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN pip install numpy==1.19.3
18
 
19
  RUN pip install --no-cache-dir -r requirements.txt --upgrade
20
 
21
- RUN pip install numpy==1.23,1
22
 
23
  COPY app app/
24
 
 
18
 
19
  RUN pip install --no-cache-dir -r requirements.txt --upgrade
20
 
21
+ RUN pip install numpy==1.23.4
22
 
23
  COPY app app/
24