Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 556 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 556 Bytes

VDMS-Docker-Dependencies

This repository is a read-only repository dedicated to archive source code used in VDMS Docker image to be compliant with the open source license obligations.

Source files larger than 50MB were split into 25MB files and logged in large_source_files.txt. To combine the segments for a file, use the following command:

cat ${base_file}_part_* > ${base_file}

Reviewed, 12/16/2022 michaelbeale-il