Skip to content

kkumarM/BOM_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOM_generator

Author: Karthik Kumaar

Pre-requisites

$ pip3 install docker termcolor

Execution Steps:

$ sudo python3 run.py
# Follow the terminal instructions

Output Structure

#CSV_outputs:
    - pip3_freeze_all_packages.csv -> Contains pip packages installed along with License and Origin in the contianer
    - pip3_freeze_all_packages.txt -> Containes pip package names with version
    - installed_packages.csv -> Contains user installed dpkg packages excluding base packages.

Generating Base Package text file - Externally

sudo docker run -it -u0 openvino/ubuntu18_runtime:2021.4 
dpkg-query -W -f='${package}\n' > openvino_ubuntu18_runtime_2021_4.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published