Skip to content

Commit

Permalink
[jenkins] Synchronize jenkins_ci_dockerfile with unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Sep 13, 2024
1 parent 0297625 commit 7968ecf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Docker/jenkins_ci_dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
FROM flatironinstitute/cthyb:master-ubuntu-clang
ARG APPNAME=solid_dmft

RUN apt-get install -y meson ninja-build python3-setuptools python3-skimage

ENV OMP_NUM_THREADS=1

# install dfttools maxent hubbardI and HartreeFock
# dft_tools
RUN cd / && git clone -b 3.2.x --depth 1 https://github.com/TRIQS/dft_tools.git dft_tools.src \
Expand All @@ -27,9 +31,6 @@ RUN cd / && git clone -b 1.2.x --depth 1 https://github.com/TRIQS/maxent.git max
&& cmake ../maxent.src \
&& make install

COPY requirements.txt /src/$APPNAME/requirements.txt
RUN pip3 install -r /src/$APPNAME/requirements.txt

COPY --chown=build . $SRC/$APPNAME
WORKDIR $BUILD/$APPNAME
RUN chown build .
Expand Down

0 comments on commit 7968ecf

Please sign in to comment.