Containerization WIP
This commit is contained in:
parent
0ee3a1844b
commit
57cb1e3dd7
4 changed files with 414 additions and 329 deletions
9
Containerfile
Normal file
9
Containerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM ubuntu:22.04
|
||||
RUN apt update && apt install -y software-properties-common
|
||||
RUN add-apt-repository ppa:elmer-csc-ubuntu/elmer-csc-ppa && apt update && apt install -y elmerfem-csc
|
||||
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y python3-scipy python3-tqdm python3-click python3-tabulate python3-gmsh python3-matplotlib python3-subprocess-tee python3-pip python3-numpy python3-pandas
|
||||
#RUN pip install --break-system-packages pyelmer
|
||||
RUN pip install pyelmer
|
||||
COPY *.py *.yml /nice-coils/
|
||||
WORKDIR /nice-coils
|
||||
VOLUME /mesh
|
||||
Loading…
Add table
Add a link
Reference in a new issue