Thank you for making this repository public.
Thanks to it, I was able to easily verify whether software using Slurm would work.
To run it in a proxy environment, I needed to modify one line in the Dockerfile. Specifically, in the gpg command, it was necessary to add the following option:
--keyserver-option http-proxy=http://your-proxy-address:port
I hope this information will be helpful for others visiting with the same purpose.
Thank you for making this repository public. Thanks to it, I was able to easily verify whether software using Slurm would work. To run it in a proxy environment, I needed to modify one line in the Dockerfile. Specifically, in the
gpg
command, it was necessary to add the following option:--keyserver-option http-proxy=http://your-proxy-address:port
I hope this information will be helpful for others visiting with the same purpose.