fffiloni commited on
Commit
4d25ba6
·
verified ·
1 Parent(s): 6f32236

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -72,8 +72,8 @@ RUN pip install --no-cache-dir gradio
72
 
73
  # Install basicsr with selective warnings
74
  #RUN BASICSR_EXT=True CFLAGS="-Wno-deprecated-declarations" python basicsr/setup.py develop
75
- RUN python basicsr/setup.py develop
76
- #RUN pip install basicsr --use-pep517
77
  #RUN pip install gfpgan --use-pep517
78
 
79
  # Install additional packages
 
72
 
73
  # Install basicsr with selective warnings
74
  #RUN BASICSR_EXT=True CFLAGS="-Wno-deprecated-declarations" python basicsr/setup.py develop
75
+
76
+ RUN pip install basicsr
77
  #RUN pip install gfpgan --use-pep517
78
 
79
  # Install additional packages