Dockerfile 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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 upgrade -y
  9. RUN apt install ffmpeg -y
  10. RUN apt-get install python3-pip -y
  11. RUN apt install -y python3-openshot openshot-qt
  12. RUN apt-get install vim -y
  13. RUN pip3 install fastapi
  14. RUN pip3 install uvicorn[standard]
  15. RUN pip3 install numpy==1.19.2
  16. RUN pip3 install BeautifulSoup4
  17. RUN pip3 install Pillow
  18. RUN pip3 install pyttsx3
  19. RUN pip3 install zhtts
  20. RUN pip3 install rpyc
  21. RUN pip3 install websocket
  22. RUN pip3 install websocket-client
  23. RUN pip3 install dataset
  24. RUN pip3 install aiofiles
  25. RUN apt-get install python3-openshot -y
  26. #RUN apt-get install openshot-qt -y
  27. RUN apt install -y xvfb
  28. RUN pip3 install gtts
  29. RUN pip3 install ffmpy
  30. RUN pip3 install --upgrade google-api-python-client
  31. RUN pip3 install progressbar
  32. RUN pip3 install pysrt
  33. RUN apt install -y xvfb
  34. RUN pip3 install pandas
  35. RUN pip3 install opencv-contrib-python
  36. RUN pip3 install autosub
  37. RUN pip3 install autosub3