Duncan
09/05/2022, 2:20 PMrepo.py
, the daemon container fails on boot with “Could not load location repo.py” - except it’s definitely in the daemon container, as I’ve checked locally and it’s baked into the image. What am I missing here?workspace.yaml
to simply be:
load_from:
- python_file: repo.py
daniel
09/05/2022, 6:38 PM