fffiloni commited on
Commit
0f8dbb4
·
verified ·
1 Parent(s): 79960ec

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -33,6 +33,7 @@ COPY app.py /app/
33
  # Install Python dependencies from requirements.txt
34
  RUN pip install --upgrade pip
35
  RUN pip install -r requirements.txt
 
36
 
37
  # Install basicsr (assuming setup.py is in basicsr directory)
38
  RUN python basicsr/setup.py develop
 
33
  # Install Python dependencies from requirements.txt
34
  RUN pip install --upgrade pip
35
  RUN pip install -r requirements.txt
36
+ RUN pip install gradio
37
 
38
  # Install basicsr (assuming setup.py is in basicsr directory)
39
  RUN python basicsr/setup.py develop