Skip to content

Commit

Permalink
Update readme with deployment info
Browse files Browse the repository at this point in the history
  • Loading branch information
danyoungday authored Sep 4, 2024
1 parent 0439ec9 commit c18d73f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ See the notebooks in `experiments/` for how to analyze the results of such evolu

## Demo App

A demo app is available in `app/` which displays the results of a pymoo evolution run. Run the app with `python -m app.app`
A demo app is available in `app/` which displays the results of a pymoo evolution run. Run the app with `python -m app.app`

In order to deploy the app there is a provided Dockerfile. However, first environment variables must be set in order to download the SDK, which can be requested online. To build the Docker image use `docker build -t enroads-demo --build-arg ENROADS_URL=$ENROADS_URL --build-arg ENROADS_ID=$ENROADS_ID --build-arg ENROADS_PASSWORD=$ENROADS_PASSWORD .` Then to run the container use `docker run -p 8080:4057 --name enroads-demo-container enroads-demo`

0 comments on commit c18d73f

Please sign in to comment.