Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 788 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 788 Bytes

Buid SymuVia

Containerized version of Symuvia.

Obtain

Get the Docker file to create the container via:

  git clone https://github.com/licit-lab/docker-symuvia.git

Build

Go inside docker-symuvia/symupy. This container has inside a compiled version of the traffic simulator symuvia + a package to interact symupy

 docker build --rm -f "Dockerfile" -t local:symuvia "." 

Note: Source files are not included for licenses purposes.

Run

Run the container in a terminal consol via

  docker run --rm -it -p 8888:8888 local:symuvia

Launch Jupyter lab via

jupyter lab --notebook-dir=/home/ --ip='0.0.0.0' --port=8888 --no-browser --allow-root