Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -20,8 +20,6 @@ COPY requirements.txt .
|
|
20 |
|
21 |
RUN pip install --no-cache-dir -r requirements.txt
|
22 |
|
23 |
-
RUN python -m spacy download en_core_web_sm
|
24 |
-
|
25 |
COPY . .
|
26 |
|
27 |
EXPOSE 7860
|
|
|
20 |
|
21 |
RUN pip install --no-cache-dir -r requirements.txt
|
22 |
|
|
|
|
|
23 |
COPY . .
|
24 |
|
25 |
EXPOSE 7860
|