Update Dockerfile
Browse files- 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 |
|