Theivaprakasham commited on
Commit
bd41aad
·
verified ·
1 Parent(s): e805350

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -14,6 +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
 
18
  RUN pip install --no-cache-dir -r requirements.txt --upgrade
19
 
 
14
  chmod -R 777 /tmp/matplotlib_config /tmp/cache
15
 
16
  RUN pip install --upgrade pip setuptools wheel
17
+ RUN pip install numpy==1.21.6
18
 
19
  RUN pip install --no-cache-dir -r requirements.txt --upgrade
20