Update README.md
This commit is contained in:
parent
1870b32ac4
commit
c8d95ed86b
1 changed files with 4 additions and 4 deletions
|
@ -2,15 +2,15 @@
|
||||||
|
|
||||||
## Environment Variables
|
## Environment Variables
|
||||||
|
|
||||||
UID: UID of host/guest user.
|
**UID:** UID of host/guest user.
|
||||||
|
|
||||||
GID: GID of host/guest user.
|
**GID:** GID of host/guest user.
|
||||||
|
|
||||||
MODEL: Path to model (required).
|
**MODEL:** Path to model (required).
|
||||||
|
|
||||||
## Instructions
|
## Instructions
|
||||||
1. Create an ExoPlaSim model
|
1. Create an ExoPlaSim model
|
||||||
2. Save it as model.py
|
2. Save it as model.py
|
||||||
3. Set the MODEL environment variable to the directory containing your 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`
|
4. Run the docker container with `docker compose run -it --rm exoplasim`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue