Jaman commited on
Commit
0c165e2
·
verified ·
1 Parent(s): 2822836

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -20,9 +20,6 @@ ADD . /app
20
  # Update pip to the latest version
21
  RUN pip install --upgrade pip
22
 
23
- # Install a compatible version of numpy first
24
- RUN pip install --no-cache-dir numpy==1.18.5
25
-
26
  # Install any needed packages specified in requirements.txt
27
  RUN pip install --no-cache-dir -r requirements.txt
28
 
 
20
  # Update pip to the latest version
21
  RUN pip install --upgrade pip
22
 
 
 
 
23
  # Install any needed packages specified in requirements.txt
24
  RUN pip install --no-cache-dir -r requirements.txt
25