Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change docker image to run the simulation on start #61

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    a75e361 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Change p2lab to run with config file

    Example config.yaml added to the root of the repo.
    
    Dockerfile now contains a new environment variable which tells the container where it should look for the config file.
    
    Additional dependency on pyyaml to parse the config file.
    
    __main__.py now parses the arguments in from the config file rather than from inputs.
    
    README.md updated with the command that runs the container with a custom config file. By default the docker image will be build with the config.yaml file from the repository. This can be overridden by mounting a config from the local filesystem using the -v flag as shown in the README.md example.
    boykovdn committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    2cfb3de View commit details
    Browse the repository at this point in the history