JorgeRuizITCL
JorgeRuizITCL
I had the exact same issue with the BatchSpawner module. The easiest way to solve this was to install LDAP in the Docker Container as it was already configured in...
Thank you for your response! There is indeed a slightly speedup with the sandbox container (30s -> 20s for Isaac Sim). I cannot test the performance with the apptainer-suid as...
Hi DrDaveD, I'm unsure if its running squasfuse_II, the binary is in that path but there is a high CPU usage related to fuse2fs. Even a pip install with an...
Hi, if i try to run a sandbox container (and fakeroot) with an overlay (sparse and normal + fakeroot), the `apptainer exec` command hangs forever and the container is never...
Hi, For this current test i'm using the sandboxed `nvcr.io/nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04` OCI image with an `--sparse --fakeroot --size 1024` overlay. The `-d` option prints the following line forever. `VERBOSE [U=0,P=394912] mountGeneric()...
Okey, we will update Apptainer and try to replace it with the SUID installation in the following weeks. I will let you know if using apptainer-suid + sandbox + writable...
Hi, I have had the opportunity to run apptainer-suid + sandbox images + sparse overlay in a different machine and the results are pretty bad. Installing Tensorflow with this configuration...
We have been advised by a local cluster "manufacturer" to use docker to handle HPC loads as that is what most of their clients use, so we are currently planning...
> Were the 5 minute initializations all with an overlay image? I would be interested in seeing details of that python-based long startup, probably in a separate issue. I didn't...
> Ok here's how I reproduced it under podman: > > ``` > $ podman run --rm -it -v /tmp:/scratch/tmp nvcr.io/nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04 bash > # apt-get update > # apt-get install...