Spaces:
Runtime error
Runtime error
| FROM python:3.10-slim | |
| WORKDIR /app | |
| COPY . . | |
| RUN apt-get update && apt-get install -y wget git | |
| RUN pip install --upgrade pip setuptools wheel | |
| RUN pip install --upgrade pip setuptools wheel | |
| RUN pip install -r JarvisIR/requirements.txt | |
| RUN pip install -e JarvisIR/package | |
| RUN pip install basicsr_ridcp-0.0.0-cp310-cp310-linux_x86_64.whl | |
| CMD ["python", "app.py"] |