pragnakalp commited on
Commit
ce9c6a6
1 Parent(s): 1391011

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -30,7 +30,8 @@ RUN alias python=python3
30
  RUN apt-get install -y gnupg wget htop sudo git git-lfs software-properties-common build-essential cmake curl
31
  RUN apt-get install -y ffmpeg libavcodec-dev libavformat-dev libavdevice-dev libgl1 libgtk2.0-0 jq libraw1394-dev libopenblas-dev
32
  RUN apt-add-repository -y universe
33
-
 
34
  RUN python3 -m venv /content/venv
35
 
36
  RUN /content/venv/bin/pip install git+https://github.com/One-sixth/fairseq.git
@@ -39,8 +40,8 @@ RUN /content/venv/bin/pip install setuptools pandas scipy matplotlib torch torch
39
 
40
  RUN /content/venv/bin/pip install numpy==2.2.0
41
  RUN /content/venv/bin/pip install cmake==3.24.1.1
 
42
  RUN /content/venv/bin/pip install gfpgan
43
- RUN /content/venv/bin/pip install mediapipe
44
  # RUN git clone https://github.com/TencentARC/GFPGAN.git && \
45
  # cd GFPGAN && \
46
  # /content/venv/bin/pip install basicsr && \
 
30
  RUN apt-get install -y gnupg wget htop sudo git git-lfs software-properties-common build-essential cmake curl
31
  RUN apt-get install -y ffmpeg libavcodec-dev libavformat-dev libavdevice-dev libgl1 libgtk2.0-0 jq libraw1394-dev libopenblas-dev
32
  RUN apt-add-repository -y universe
33
+ RUN apt-get install -y libx11-dev
34
+ RUN apt-get install -y pkg-config
35
  RUN python3 -m venv /content/venv
36
 
37
  RUN /content/venv/bin/pip install git+https://github.com/One-sixth/fairseq.git
 
40
 
41
  RUN /content/venv/bin/pip install numpy==2.2.0
42
  RUN /content/venv/bin/pip install cmake==3.24.1.1
43
+ RUN /content/venv/bin/pip install dlib --verbose
44
  RUN /content/venv/bin/pip install gfpgan
 
45
  # RUN git clone https://github.com/TencentARC/GFPGAN.git && \
46
  # cd GFPGAN && \
47
  # /content/venv/bin/pip install basicsr && \