acecalisto3 commited on
Commit
c2c2ff0
·
verified ·
1 Parent(s): d409826

Update DOCKERFILE

Browse files
Files changed (1) hide show
  1. DOCKERFILE +2 -0
DOCKERFILE CHANGED
@@ -23,6 +23,8 @@ COPY requirements.txt .
23
  RUN pip install --upgrade pip
24
  RUN pip install -r requirements.txt
25
 
 
 
26
  # Copy the rest of the application code into the container
27
  COPY . .
28
 
 
23
  RUN pip install --upgrade pip
24
  RUN pip install -r requirements.txt
25
 
26
+ # (Removed spaCy model installation)
27
+
28
  # Copy the rest of the application code into the container
29
  COPY . .
30