mirror of
https://github.com/firewalkwithm3/exoplasim-docker.git
synced 2025-12-25 12:09:53 +08:00
No description
| .github/workflows | ||
| build | ||
| compose.yaml | ||
| Dockerfile | ||
| README.md | ||
ExoPlaSim Docker Container
Instructions
- Create an ExoPlaSim model.
- Replace the example model in the
builddirectory with your own model (keeping the filenamemodel.py). - 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.