Spaces:
Running
Running
Update Dockerfile
Browse files- 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 .
|