theminji commited on
Commit
6682abb
·
verified ·
1 Parent(s): 18ab28e

Update Dockerfile

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