a Docker-wrapped fork of https://github.com/acrcloud/acrcloud_scan_files_python
349
This is a Docker wrapper for ACRCloud's Python scan tool music recognition libraries. It is designed to be imported as a stage in your own multistage build, copying the /opt/acrcloud_scan_files_python repository and /opt/acrcloud_env virtualenv into your target container. Supply your own config.json. As a rough example:
FROM digitallyimported/acrcloud-scan-files-python AS acrcloud
# Copy ACRCloud tools
COPY --from=acrcloud /opt/acrcloud_env /opt/acrcloud_env
COPY --from=acrcloud /opt/acrcloud_scan_files_python /opt/acrcloud_scan_files_python
ENV PATH="/opt/acrcloud_env/bin:$PATH"
# COPY CONFIG HERE (from a Vault, your local build directory, ENV vars, etc)
Content type
Image
Digest
Size
141.4 MB
Last updated
over 7 years ago
docker pull digitallyimported/acrcloud-scan-files-python