acecalisto3 commited on
Commit
4a87b40
·
verified ·
1 Parent(s): c377763

Update DOCKERFILE.py

Browse files
Files changed (1) hide show
  1. 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