hpc-container-maker
hpc-container-maker copied to clipboard
HPC Container Maker
Hello everyone ! I'm opening this issue just to report that I'm working in a PR that contains a build_block with micromamba. I'm optating to work in this issue becase...
As boost relies on zlib etc, which is by default a dynamic-build, why we don't need to copy the ospackages stuff?
``` echo "deb [trusted=yes] https://developer.download.nvidia.com/hpc-sdk/ubuntu/amd64 /" >> /etc/apt/sources.list.d/hpccm.list apt-get update -y DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ nvhpc-20-7-cuda-multi ``` #7 2.777 W: GPG error: https://developer.download.nvidia.com/hpc-sdk/ubuntu/amd64 InRelease: The following signatures couldn't...
## Pull Request Description Add support for Docker COPY --chmod, e.g., `COPY --chmod=0755 foo bar`. Implements #449 ## Author Checklist * [x] Updated documentation (`pydocmd generate`) if any docstrings have...
### Support for chmod flag in copy primitive. New dockerfiles support: `COPY --chmod=0755 src dest` Simple addition of below code in copy primitive will enable it: `if self.__chmod: base_inst =...
## Pull Request Description We are receiving a signature verification issue when using the Intel APT OneAPI repository. The pull request fixes this issue by explicitly indicating the GPG Key...
This simple recipe ``` Stage0 += baseimage(image='ubuntu:24.04') Stage0 += ofed(prefix='/usr/local') ``` pulls in librdmacm1 E: Can't select candidate version from package librdmacm1 as it has no candidate but the package...
I would like to request the addition of the [UCC](https://github.com/openucx/ucc) (Unified Collective Communication Library) building block.
It appears that base images `rockylinux:[8|9]-minimal` do not contain `yum` or `dnf` executable (only the `rpm` one). Which brings havoc when using building blocks that depend on having `yum` (e.g....