Spaces:
Runtime error
Runtime error
| FROM python:3.12.7-slim | |
| WORKDIR /app | |
| COPY . /app | |
| RUN pip install -r requirements.txt | |
| CMD ["sh", "-c", "python app.py & python src/evaluator/run_evaluator.py"] | |