test / runtime.yaml
Obotu's picture
Create runtime.yaml
8eb5ee1 verified
raw
history blame
144 Bytes
image: python:3.9
install:
- pip install -r requirements.txt
environment:
- TRANSFORMERS_CACHE=/tmp/cache
entrypoint:
- python main.py