Spaces:
Runtime error
Runtime error
FROM python:3.9-slim | |
RUN pip install --no-cache-dir requirements.txt | |
CMD ["python","app.py"] |
FROM python:3.9-slim | |
RUN pip install --no-cache-dir requirements.txt | |
CMD ["python","app.py"] |