FROM huggingface/transformers-pytorch-cpu

WORKDIR /app
COPY . /app

RUN pip install -r requirements.txt

CMD ["streamlit", "run", "app.py"]