image: python:3.9 install: - pip install -r requirements.txt environment: - TRANSFORMERS_CACHE=/tmp/cache entrypoint: - python main.py