Working rest service

This commit is contained in:
Aditya Ujeniya
2024-10-23 10:17:42 +02:00
parent 2b68597724
commit f574568d76
3 changed files with 10 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ RUN dnf --enablerepo=powertools install -y munge-devel rrdtool-devel lua-devel h
RUN mkdir -p /usr/local/slurm-tmp \
&& cd /usr/local/slurm-tmp \
&& wget https://download.schedmd.com/slurm/slurm-${SLURM_VERSION}.tar.bz2 \
&& rpmbuild -ta --with slurmrestd slurm-${SLURM_VERSION}.tar.bz2
&& rpmbuild -ta --with slurmrestd --with jwt slurm-${SLURM_VERSION}.tar.bz2
RUN ARCH=$(uname -m) \
&& yum -y --nogpgcheck localinstall \