Spaces:
Runtime error
Runtime error
acecalisto3
commited on
Update DOCKERFILE
Browse files- 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 |
|