WebashalarForML commited on
Commit
b618e53
·
verified ·
1 Parent(s): 1fd74cb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -15,7 +15,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
15
 
16
  # Upgrade pip and install numpy before llvmlite/numba
17
  RUN pip install --upgrade pip
18
- RUN pip install numpy==1.21.6
19
 
20
  # Install Gunicorn and app dependencies
21
  COPY requirements.txt .
 
15
 
16
  # Upgrade pip and install numpy before llvmlite/numba
17
  RUN pip install --upgrade pip
 
18
 
19
  # Install Gunicorn and app dependencies
20
  COPY requirements.txt .