mdpdesign
mdpdesign
I'm also interrested in that feature, for Windows desktop editions `num_cpus` isn't enough. Thanks.
Hi, we had similar problems with rebooting the node during converge. Try adding 1min. delay to the Chef reboot. It helped us. Cheers.
Hi, I came across the same "issue" and my solution is to just use `pyenv` variables for e.g.: ``` # Dockerfile ARG PYTHON_VER=3.13.8 RUN --mount=type=secret,id=MIRROR_USR,env=MIRROR_USR --mount=type=secret,id=MIRROR_PSW,env=MIRROR_PSW \ asdf plugin add...