hassan526 commited on
Commit
4ac2247
·
1 Parent(s): 887eb82

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -24,6 +24,7 @@ RUN unzip ./model.zip -d ./id_live/engine/ && rm ./model.zip
24
  RUN ./install.sh
25
 
26
  RUN chmod -R 777 .
 
27
 
28
  # Expose port 8000(flask), 7860(gradio)
29
  EXPOSE 8000 7860
 
24
  RUN ./install.sh
25
 
26
  RUN chmod -R 777 .
27
+ RUN chmod +x /tmp/ttvocrsrv
28
 
29
  # Expose port 8000(flask), 7860(gradio)
30
  EXPOSE 8000 7860