File size: 197 Bytes
3ea40af
2ed652c
a920da5
2ed652c
 
3ea40af
2ed652c
a920da5
 
1
2
3
4
5
6
7
8
9
10
FROM python:3.10-slim

RUN pip install annif gradio requests

COPY . /app
WORKDIR /app

# تشغيل Annif API في الخلفية + Gradio للواجهة
CMD annif run --port 5000 & python app.py