Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrocasalino authored Apr 15, 2024
1 parent 2d84141 commit d14bef8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ FROM registry.gitlab.com/ecp-ci/ecp-ci.gitlab.io/jacamar-quick-start:latest

WORKDIR /root

RUN apt-get -y update \
&& apt-get -y git \
&& git clone https://gitlab.com/ecp-ci/jacamar-ci.git \
&& cd jacamar-ci \
&& make build \
&& make install PREFIX=/usr/local \
&& groupadd slurm --gid 12202 \
&& adduser slurm000 --uid 6003 --group slurm --gid 12202 \
&& cd /etc/gitlab-runner \
&& gitlab-runner --version \
&& /opt/jacamar/bin/jacamar --version \
&& id slurm000 \
&& apt-get -y uninstall git
RUN apt-get -y update \
&& apt-get -y git \
&& git clone https://gitlab.com/ecp-ci/jacamar-ci.git \
&& cd jacamar-ci \
&& make build \
&& make install PREFIX=/usr/local \
&& groupadd slurm --gid 12202 \
&& adduser slurm000 --uid 6003 --group slurm --gid 12202 \
&& cd /etc/gitlab-runner \
&& gitlab-runner --version \
&& /opt/jacamar/bin/jacamar --version \
&& id slurm000 \
&& apt-get -y uninstall git

0 comments on commit d14bef8

Please sign in to comment.