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