🌏️ ExoPlaSim running in a Docker container.
.gitignore | ||
compose.yaml | ||
Dockerfile | ||
README.md |
🌏️ ExoPlaSim Docker
Environment Variables
UID: UID of host/guest user. GID: GID of host/guest user. MODEL: Path to model (required).
Instructions
- Create an ExoPlaSim model
- Save it as model.py
- Set the MODEL environment variable to the directory containing your model.py
- Run the docker container with
docker compose run -it --rm exoplasim