Skip to content

Commit

Permalink
updates to latest container with deps for fencis
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Sep 12, 2024
1 parent cdd7379 commit de7266d
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions compose_worker/Dockerfile-compose_worker
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,21 @@ RUN apt-get update && apt-get install -y libatlas-base-dev \
git \
meson \
build-essential \
gfortran \
libopenmpi-dev \
libspdlog-dev \
libpugixml-dev \
cmake \
gcc \
g++ \
petsc-dev \
software-properties-common \
&& rm -rf /var/lib/apt/lists/* \
&& add-apt-repository ppa:fenics-packages/fenics -y \
&& apt update \
&& apt install -y fenicsx
&& rm -rf /var/lib/apt/lists/*

# TODO: start the implementation: fencis deps
# RUN apt-get update && apt-get install -y petsc-dev \
# libopenmpi-dev \
# libspdlog-dev \
# libpugixml-dev \
# cmake \
# gcc \
# g++ \
# gfortran \
# && rm -rf /var/lib/apt/lists/* \
# && add-apt-repository ppa:fenics-packages/fenics -y \
# && apt update \
# && apt install -y fenicsx

# copy content
COPY . /app/worker
Expand Down

0 comments on commit de7266d

Please sign in to comment.