Spaces:
Build error
Build error
| FROM python:3.11.1 | |
| COPY . /app | |
| WORKDIR /app | |
| RUN pip install -r requirements.txt | |
| CMD ["python", "app.py"] |
| FROM python:3.11.1 | |
| COPY . /app | |
| WORKDIR /app | |
| RUN pip install -r requirements.txt | |
| CMD ["python", "app.py"] |