Following the README
the command:
mkdir workdir
podman run --rm -ti -p 8000:8000 -v config.yml:/config.yml:ro -v $(pwd)/workdir:/workdir localhost/dmci:latest
fails with the log:
[2024-11-25 13:43:07 +0000] [3671] [INFO] Worker exiting (pid: 3671)
ERROR Config value 'rejected_jobs_path' must be set
ERROR Config value 'path_to_parent_list' must be set
please advice me with instructions on how to run the DMCI container locally - will be used for testing the add_collection code into mmd files.
Following the README
the command:
fails with the log:
please advice me with instructions on how to run the DMCI container locally - will be used for testing the
add_collectioncode into mmd files.