15 lines
No EOL
411 B
Markdown
15 lines
No EOL
411 B
Markdown
# 🌏️ 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 somewhere with the filename `model.py`
|
|
3. Edit the `.env` file and add the directory containing `model.py` after `MODEL=`
|
|
4. Run the docker container (eg. `docker compose run -it --rm exoplasim`) |