Skip to content

Commit

Permalink
set default paths, remove --platform arg
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli committed Apr 2, 2024
1 parent 3a4682f commit 2da9aaa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions slurm-23.02.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM --platform=linux/amd64 opensuse/leap:15.4
FROM opensuse/leap:15.4

ARG SLURM_VERSION=23.02.6
ARG SLURM_ROOT=/opt/slurm-${SLURM_VERSION}
ARG SLURM_CONFDIR=${SLURM_ROOT}/etc
ARG SLURM_ROOT=/usr
ARG SLURM_CONFDIR=/etc/slurm

ENV SLURM_VERSION ${SLURM_VERSION}
ENV SLURM_ROOT ${SLURM_ROOT}
Expand Down Expand Up @@ -33,7 +33,6 @@ RUN zypper install -y \
tar \
bzip2 \
python3 \
vim \
ca-certificates \
less \
sudo
Expand Down

0 comments on commit 2da9aaa

Please sign in to comment.