pragnakalp
commited on
Commit
•
2803aa5
1
Parent(s):
562fd04
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -36,6 +36,7 @@ RUN pip3 install pandas scipy matplotlib torch torchvision ffmpeg-python imageio
|
|
36 |
RUN pip install cmake==3.24.1.1 --break-system-packages
|
37 |
|
38 |
RUN git clone https://github.com/TencentARC/GFPGAN.git && cd GFPGAN && pip install basicsr --break-system-packages && pip install facexlib --break-system-packages && pip install -r requirements.txt --break-system-packages && python3 setup.py develop && pip install realesrgan --break-system-packages
|
|
|
39 |
RUN git clone https://github.com/chi0tzp/PyVideoFramesExtractor && cd PyVideoFramesExtractor && pip install -r requirements.txt --break-system-packages
|
40 |
|
41 |
RUN git lfs install
|
|
|
36 |
RUN pip install cmake==3.24.1.1 --break-system-packages
|
37 |
|
38 |
RUN git clone https://github.com/TencentARC/GFPGAN.git && cd GFPGAN && pip install basicsr --break-system-packages && pip install facexlib --break-system-packages && pip install -r requirements.txt --break-system-packages && python3 setup.py develop && pip install realesrgan --break-system-packages
|
39 |
+
COPY degradations.py /usr/local/lib/python3.12/dist-packages/basicsr/data/degradations.py
|
40 |
RUN git clone https://github.com/chi0tzp/PyVideoFramesExtractor && cd PyVideoFramesExtractor && pip install -r requirements.txt --break-system-packages
|
41 |
|
42 |
RUN git lfs install
|