Prajwal-r-k commited on
Commit
2918956
·
verified ·
1 Parent(s): c8d59a8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]