Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -12,4 +12,6 @@ RUN pip install -r JarvisIR/requirements.txt
|
|
| 12 |
|
| 13 |
RUN pip install -e JarvisIR/package
|
| 14 |
|
|
|
|
|
|
|
| 15 |
CMD ["python", "app.py"]
|
|
|
|
| 12 |
|
| 13 |
RUN pip install -e JarvisIR/package
|
| 14 |
|
| 15 |
+
RUN pip install basicsr_ridcp-0.0.0-cp310-cp310-linux_x86_64.whl
|
| 16 |
+
|
| 17 |
CMD ["python", "app.py"]
|