Dockerfile 666 B

123456789101112131415161718192021222324
  1. FROM ubuntu:20.04
  2. RUN apt update
  3. RUN apt install -y software-properties-common
  4. RUN apt-get update
  5. RUN DEBIAN_FRONTEND=noninteractive apt-get install keyboard-configuration -y
  6. RUN apt-get install python3-pip -y
  7. RUN apt-get install vim -y
  8. RUN pip3 install fastapi
  9. RUN pip3 install uvicorn[standard]
  10. RUN pip3 install zhtts
  11. RUN pip3 install BeautifulSoup4
  12. RUN pip3 install pyttsx3
  13. RUN pip3 install rpyc
  14. RUN pip3 install dataset
  15. RUN pip3 install aiofiles
  16. RUN pip3 install first
  17. RUN pip3 install passlib
  18. RUN pip3 install python-jose>=3.0.0
  19. RUN pip3 install fastapi-jwt-auth
  20. RUN pip3 install pymysql
  21. RUN pip3 install moviepy
  22. RUN pip3 install jinja2
  23. RUN pip3 install first