Seicas commited on
Commit
a80c513
·
verified ·
1 Parent(s): f435c84

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
12
  # Python bağımlılıklarını yükle
13
  COPY requirements.txt .
14
  RUN pip install --no-cache-dir -r requirements.txt \
15
- && python -m spacy download tr_core_news_md
16
 
17
  # Uygulama kodunu kopyala
18
  COPY . .
 
12
  # Python bağımlılıklarını yükle
13
  COPY requirements.txt .
14
  RUN pip install --no-cache-dir -r requirements.txt \
15
+ && python -m spacy download tr_core_news_sm
16
 
17
  # Uygulama kodunu kopyala
18
  COPY . .