Theivaprakasham commited on
Commit
5e1cc84
·
verified ·
1 Parent(s): 540087e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN mkdir -p /tmp/matplotlib_config /tmp/cache/fontconfig && \
14
  chmod -R 777 /tmp/matplotlib_config /tmp/cache
15
 
16
  RUN pip install --upgrade pip setuptools wheel
17
- RUN pip install numpy==1.17.3 --only-binary=:all:
18
 
19
  RUN pip install --no-cache-dir -r requirements.txt --upgrade
20
 
 
14
  chmod -R 777 /tmp/matplotlib_config /tmp/cache
15
 
16
  RUN pip install --upgrade pip setuptools wheel
17
+ RUN pip install numpy==1.19.3
18
 
19
  RUN pip install --no-cache-dir -r requirements.txt --upgrade
20