🌏️ ExoPlaSim running in a Docker container.
Find a file
2025-09-07 20:23:48 +08:00
build Simplify build process. 2025-09-07 20:19:47 +08:00
compose.yaml Simplify build process. 2025-09-07 20:19:47 +08:00
Dockerfile Simplify build process. 2025-09-07 20:19:47 +08:00
README.md Update README.md 2025-09-07 20:23:48 +08:00

🌏 ExoPlaSim Docker

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).

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.