🌏️ ExoPlaSim running in a Docker container.
Find a file
2025-09-07 16:38:15 +08:00
.gitignore First commit. 2025-09-07 16:30:17 +08:00
compose.yaml First commit. 2025-09-07 16:30:17 +08:00
Dockerfile First commit. 2025-09-07 16:30:17 +08:00
README.md Fix markdown formatting 2025-09-07 16:38:15 +08:00

🌏 ExoPlaSim Docker

Environment Variables

UID: UID of host/guest user.

GID: GID of host/guest user.

MODEL: Path to model (required).

Instructions

  1. Create an ExoPlaSim model
  2. Save it as model.py
  3. Set the MODEL environment variable to the directory containing your model.py
  4. Run the docker container with docker compose run -it --rm exoplasim