🌏️ ExoPlaSim running in a Docker container.
.env | ||
.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 somewhere with the filename
model.py
- Edit the
.env
file and add the directory containingmodel.py
afterMODEL=
- Run the docker container (eg.
docker compose run -it --rm exoplasim
)