No description
Find a file
2025-12-20 18:19:33 +08:00
.github/workflows Add docker workflow 2025-12-20 18:19:33 +08:00
build Initial commit 2025-12-20 18:18:22 +08:00
compose.yaml Initial commit 2025-12-20 18:18:22 +08:00
Dockerfile Initial commit 2025-12-20 18:18:22 +08:00
README.md Initial commit 2025-12-20 18:18:22 +08:00

ExoPlaSim Docker Container

Instructions

  1. Create an ExoPlaSim model.
  2. Replace the example model in the build directory with your own model (keeping the filename model.py).
  3. Run the docker container (eg. docker compose run -it --rm exoplasim).

Output of the simulation will be found inside the build directory.

Optional Environment Variables

  • UID: UID of python user within the container.
  • GID: GID of python user's group within the container.
  • BUILD_DIR: Path to build directory.