-
Notifications
You must be signed in to change notification settings - Fork 0
Maintainers documentation
Erik Martin-Dorel edited this page Mar 23, 2025
·
5 revisions
- Update the
images.yml
file - Run
./external/docker-keeper/keeper.py write-artifacts
- Inspect the
generated/*
files
If one gets the ModuleNotFoundError: No module named 'requests'
:
cd .../docker-rocq
python3 -m venv ./venv
source ./venv/bin/activate
python3 -m pip install --no-cache-dir --upgrade pip
python3 -m pip install --no-cache-dir -r external/docker-keeper/requirements.txt