Commit Graph
12 Commits
Author SHA1 Message Date
Julian Andrej 36fc1b9705 move miniapps 2025-11-19 14:10:58 -08:00
Tzanio Kolev 6e36cbfb5f minor 2025-04-06 10:35:14 -07:00
vsoch 3e2de8dfbe fix config/docker image instructions and dockerfiles
Problem: the current base image does not finish installing mfem,
and the instructions do not clearly lay out the use cases for using
the two containers.
Solution: update the builds and better delineate the different use
cases and usage instructions in the README.

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
2023-07-01 15:48:21 -06:00
vsoch 65f3507406 add DEBIAN_FRONTEND=noninteractive
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
2022-05-17 16:38:08 -06:00
vsoch 654a070e12 fix build context to be config/docker
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
2022-05-17 15:50:23 -06:00
vsoch bc5fbe767f adding multistage-build for slimmer container
I am currently running into an issue where when I shell inside my backspace turns
into a forward space, and I am hoping someone can reproduce to determine if there
is a bug we need to track down or if I am just a nut :)

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
2022-05-16 15:20:26 -06:00
vsoch 79795eb9e5 tweaks to readmes for docker and main readme
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
2022-05-10 10:30:57 -06:00
vsoch 38eac8e1f1 remove trailing whitespace
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
2022-05-08 17:16:40 -06:00
vsoch 87a937ab61 updating docker example to run automata with -no-vis
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
2022-05-08 17:16:03 -06:00
vsoch 9cb757d7c0 clean up white spaces
I tested installing glvis, and since it requires llvm it is not
only long, but also can freeze your computer (depending on resources).
So my suggestion is that we use a base image where this build has already
happened and keep the base image here simple

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
2022-04-30 01:12:49 -06:00
vsoch 8be4ab8d24 updating README to README.md to be able to link to docker
and moving docker config into config/docker so it renders nicely!

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
2022-04-29 18:50:04 -06:00
vsoch d5e53b05d8 review comments - tweaks to DOCKER-README and location of Dockerfile
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
2022-04-29 18:04:16 -06:00