Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 531 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 531 Bytes

CDS-RDM

The CDS-RDM instance based on InvenioRDM.

Update dependencies before deployment

To update dependencies before deployment, you need to run pipenv lock in the target deployment environment:

Run the container with x86_64 architecture

docker run -it --platform="linux/amd64" --rm -v $(pwd):/app \
    registry.cern.ch/inveniosoftware/almalinux:1

Inside the container update the Pipfile.lock

[root@3954486e4a37]# cd /app
[root@3954486e4a37]# pipenv lock