Spaces:
Runtime error
Runtime error
File size: 82 Bytes
b3dd10a |
1 2 3 4 5 |
FROM python:3.10.12
RUN pip install -r requirements.txt
CMD ["python", "app.py"] |