Dave Trudgian

Results 233 comments of Dave Trudgian

> This system is not registered with an entitlement server. You can use subscription-manager to register. > Oddly, the same first few command fed into a podman build, work and...

> is it possible to bind during the build step? Yes - you can use `--bind` with build with the caveat that the destination must exist in the container rootfs....

@ralphbellofatto57 - we'd actually be quite interested in the reasons for pursuing this in Singularity, rather than podman, given your entire stack (host / container / build target) it Red...

This is very odd. I'm not able to reproduce it here. I've just copied/pasted from the `INSTALL.md` on a clean Debian bookworm/sid environment and.... ``` root@29323f458e14:/singularity# ./mconfig -v Configuring for...

> I initially followed https://github.com/sylabs/singularity/blob/v3.9.9/INSTALL.md . Now I followed the INSTALL.md in master, which as far as I can see is only different in how it checks out singularity (using...

@arovai - did you explicitly remove the old version of go, or just untar the new version over the old? When updating go you must completely remove the directory containing...

I'm going to mark this issue closed, with the advice to remove a prior go version copletely fixing one of the observed issues. If you hit the problem and you...

Postponing this. Unfortunately it needs a significant rework to the flow of the fakeroot engine.

:+1: for an option to not ignore pythonpath. We just hit the same issue installing on our HPC cluster where we are building up the environment based on modules. If...

We also see the pydot-ng issue. For us the full working procedure to install is... ```bash conda create -n dragonn python source activate dragonn conda install -c kundajelab dragonn conda...