Skip to content

Commit

Permalink
heat source and thermostatting boundaries added
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe Romano committed Feb 28, 2022
1 parent 40da6f6 commit 92a64d4
Show file tree
Hide file tree
Showing 69 changed files with 1,483 additions and 2,787 deletions.
38 changes: 38 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
FROM python

MAINTAINER Giuseppe Romano <[email protected]>

RUN apt-get update

RUN apt-get install -y build-essential libopenmpi-dev libgmsh-dev

ADD dist app

WORKDIR app

RUN pip install --no-cache openbte-2.70.tar.gz

RUN useradd -ms /bin/bash openbte

ENV OMPI_MCA_btl_vader_single_copy_mechanism none

ENV OMPI_MCA_btl_base_warn_component_unused 0

ENV MPLCONFIGDIR /tmp/matplotlib

RUN mkdir /workspace

USER openbte

WORKDIR /home/openbte

LABEL org.opencontainers.image.source https://github.com/romanodev/openbte

EXPOSE 8050







3 changes: 0 additions & 3 deletions MANIFEST.in

This file was deleted.

3 changes: 0 additions & 3 deletions apt.txt

This file was deleted.

144 changes: 0 additions & 144 deletions docs/source/Geometry.rst

This file was deleted.

Loading

0 comments on commit 92a64d4

Please sign in to comment.