Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|