Spaces:
Sleeping
Sleeping
Update DOCKERFILE.py
Browse files- DOCKERFILE.py +1 -0
DOCKERFILE.py
CHANGED
@@ -19,6 +19,7 @@ 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 |
|
23 |
# Change the working directory
|
24 |
WORKDIR /app
|
|
|
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
|