Matthew Kujawinski
07/18/2024, 4:12 PM/dev/shm
or use the host’s namespace (setting --ipc=‘host’ or shareProcessNamespace=true
at runtime). We saw there was an open issue trying to solve this problem, but it looks like it was dropped: https://github.com/PrefectHQ/prefect/issues/12924
Is there a known solution for this? Ideally by modifying the base job template for our work pool / adding a kwarg in our prefect.yaml
when defining our deployment config, etc.