pragnakalp commited on
Commit
68776fc
1 Parent(s): 7f3a4c0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -10,7 +10,6 @@ RUN pip3 install pandas scipy matplotlib torch torchvision torchaudio gradio gtt
10
 
11
  RUN pip install cmake==3.24.1.1
12
 
13
-
14
  RUN git lfs install
15
  RUN git clone https://huggingface.co/camenduru/pocketsphinx-20.04-t4 pocketsphinx && cd pocketsphinx && cmake -S . -B build && cmake --build build --target install
16
  RUN git clone https://huggingface.co/camenduru/one-shot-talking-face-20.04-t4 one-shot-talking-face && cd one-shot-talking-face && pip install -r requirements.txt && chmod 755 OpenFace/FeatureExtraction
@@ -37,7 +36,6 @@ RUN chown -R admin:admin /home
37
  RUN chmod -R 777 /home
38
  USER admin
39
 
40
-
41
  EXPOSE 7860
42
 
43
  CMD ["python3", "app.py"]
 
10
 
11
  RUN pip install cmake==3.24.1.1
12
 
 
13
  RUN git lfs install
14
  RUN git clone https://huggingface.co/camenduru/pocketsphinx-20.04-t4 pocketsphinx && cd pocketsphinx && cmake -S . -B build && cmake --build build --target install
15
  RUN git clone https://huggingface.co/camenduru/one-shot-talking-face-20.04-t4 one-shot-talking-face && cd one-shot-talking-face && pip install -r requirements.txt && chmod 755 OpenFace/FeatureExtraction
 
36
  RUN chmod -R 777 /home
37
  USER admin
38
 
 
39
  EXPOSE 7860
40
 
41
  CMD ["python3", "app.py"]