Spaces:
Build error
Build error
Update DOCKERFILE.py
Browse files- DOCKERFILE.py +0 -1
DOCKERFILE.py
CHANGED
|
@@ -19,7 +19,6 @@ RUN pip install --upgrade pip &&\
|
|
| 19 |
COPY requirements.txt /app/requirements.txt
|
| 20 |
WORKDIR /app
|
| 21 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 22 |
-
RUN pip install scipy>=1.0.0
|
| 23 |
|
| 24 |
# Change the working directory
|
| 25 |
WORKDIR /app
|
|
|
|
| 19 |
COPY requirements.txt /app/requirements.txt
|
| 20 |
WORKDIR /app
|
| 21 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 22 |
|
| 23 |
# Change the working directory
|
| 24 |
WORKDIR /app
|