Spaces:
Sleeping
Sleeping
<<<<<<< HEAD | |
FROM python:3.10 | |
WORKDIR /app | |
COPY . /app | |
RUN apt-get update && apt-get install -y curl | |
RUN pip install -r requirements.txt | |
RUN python -m spacy download en_core_web_sm | |
======= | |
FROM python:3.10 | |
WORKDIR /app | |
COPY . /app | |
RUN apt-get update && apt-get install -y curl | |
RUN pip install -r requirements.txt | |
RUN python -m spacy download en_core_web_sm | |
>>>>>>> 3c8dbea734b3938b3c2fd1f974ec877199a17aea | |
CMD ["python", "app.py"] |