Dockerfile 744 B

1234567891011121314151617181920212223242526
  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 apt-get update
  7. RUN DEBIAN_FRONTEND=noninteractive apt-get install keyboard-configuration
  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. EXPOSE 8022
  23. RUN apt-get install python3-openshot -y
  24. RUN apt-get install openshot-qt -y
  25. RUN apt install -y xvfb