Dockerfile 927 B

12345678910111213141516171819202122232425262728293031
  1. FROM ubuntu:20.04
  2. RUN apt update
  3. RUN apt install -y software-properties-common
  4. RUN add-apt-repository -y ppa:openshot.developers/ppa
  5. RUN apt update
  6. RUN DEBIAN_FRONTEND=noninteractive apt-get install keyboard-configuration -y
  7. RUN apt-get update && apt-get install -y apt-transport-https
  8. RUN apt-get install python3-pip -y
  9. RUN apt-get install vim -y
  10. RUN pip3 install fastapi
  11. RUN pip3 install uvicorn[standard]
  12. RUN pip3 install numpy==1.19.2
  13. RUN pip3 install BeautifulSoup4
  14. RUN pip3 install Pillow
  15. RUN pip3 install pyttsx3
  16. RUN pip3 install zhtts
  17. RUN pip3 install rpyc
  18. RUN pip3 install websocket
  19. RUN pip3 install websocket-client
  20. RUN pip3 install dataset
  21. RUN pip3 install aiofiles
  22. RUN apt-get install python3-openshot -y
  23. RUN apt-get install openshot-qt -y
  24. RUN apt install -y xvfb
  25. RUN pip3 install gtts
  26. RUN pip3 install ffmpy
  27. RUN pip3 install --upgrade google-api-python-client
  28. RUN pip3 install progressbar
  29. RUN pip3 install pysrt