Damien George
Damien George
> I've added a Dockerfile and some instructions to the README file OK, thanks, that looks good. I tried to test it but ran out of disk space (!) so...
> Then, `ssh [email protected]` should get you in using the GitHub user's public key(s), and from now on it's as if you're running commands in a CI task container. Wow,...
> For the record, here's how much space the container image takes on my machine: I eventually managed to build the container, it needed about 12GB free space to actually...
> That may be conmon acting up: [containers/conmon#475](https://github.com/containers/conmon/issues/475). You may want to reinstall it if it's too old (current version on the Arch package repos is 1:2.1.13-1). I had the...
OK, thanks for updating the README. I tested the new set of commands (using podman) and they work (although I didn't start from fresh, I had the old podman image...
As discussed, see if it's possible to add only `abspath(top)` to `sys.path`, and then prepend dot-separated dirs to the `module_name` to import it relative to `top`, eg `__import__(".".join(parent_dirs) + "."...