Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,4 +13,4 @@ RUN cd NAFNet && git lfs install && git lfs pull
|
|
13 |
# Install Python dependencies
|
14 |
RUN pip install -r requirements.txt
|
15 |
|
16 |
-
CMD ["python", "app.py"]
|
|
|
13 |
# Install Python dependencies
|
14 |
RUN pip install -r requirements.txt
|
15 |
|
16 |
+
CMD ["python", "NAFNetModel/app.py"]
|