acecalisto3 commited on
Commit
082484a
1 Parent(s): 6000776

Update DOCKERFILE.py

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