Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.05 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.05 KB

AutoConfigShellScript

Automatically compile and configure ffmpeg, Python 3.7.2(default), PyAV, OpenCV, Keras, Tensorflow(CPU Mode) and other relative environment.


Project Env

  • System: CentOS (7.4 & 7.5); Other Version is waiting for test.
  • User: Must running by root.

Project Info


Change Log

  • Version 1.2
    • Fix a fatal error with install python and public dependency
    • Add a new command about help doc (--h or -help)
    • Test at CentOS 7.4 & 7.5 can use this shell script.
  • Version 1.1
    • Fix a fatal error with environment config.
    • Use ~/.bashrc instead of ~/.bash_profile in docker image.
  • Version 1.0
    • Finish shell script test and run.