Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|
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 . .
|