pragnakalp commited on
Commit
010ab61
1 Parent(s): 3bc11b7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -24,6 +24,8 @@ RUN apt-get update && apt-get install -y \
24
  libraw1394-dev \
25
  libopenblas-base
26
 
 
 
27
  RUN apt-get install -y gnupg wget htop sudo git git-lfs software-properties-common build-essential cmake curl
28
  RUN apt-get install -y ffmpeg libavcodec-dev libavformat-dev libavdevice-dev libgl1 libgtk2.0-0 jq libraw1394-dev libopenblas-base
29
  RUN apt-add-repository -y universe
@@ -32,7 +34,7 @@ RUN pip3 install pandas scipy matplotlib torch torchvision ffmpeg-python imageio
32
 
33
  RUN pip install cmake==3.24.1.1
34
 
35
- RUN git clone https://github.com/TencentARC/GFPGAN.git && cd GFPGAN && pip install basicsr && pip install facexlib && pip install -r requirements.txt && python setup.py develop && pip install realesrgan
36
  RUN git clone https://github.com/chi0tzp/PyVideoFramesExtractor && cd PyVideoFramesExtractor && pip install -r requirements.txt
37
 
38
  RUN git lfs install
 
24
  libraw1394-dev \
25
  libopenblas-base
26
 
27
+ RUN alias python=python3
28
+
29
  RUN apt-get install -y gnupg wget htop sudo git git-lfs software-properties-common build-essential cmake curl
30
  RUN apt-get install -y ffmpeg libavcodec-dev libavformat-dev libavdevice-dev libgl1 libgtk2.0-0 jq libraw1394-dev libopenblas-base
31
  RUN apt-add-repository -y universe
 
34
 
35
  RUN pip install cmake==3.24.1.1
36
 
37
+ RUN git clone https://github.com/TencentARC/GFPGAN.git && cd GFPGAN && pip install basicsr && pip install facexlib && pip install -r requirements.txt && python3 setup.py develop && pip install realesrgan
38
  RUN git clone https://github.com/chi0tzp/PyVideoFramesExtractor && cd PyVideoFramesExtractor && pip install -r requirements.txt
39
 
40
  RUN git lfs install