Pycity_deployment in a docker
- Docker Engine: Install Docker
-
Clone the repository:
git clone https://github.com/anon98/pycity_dev.git (use --recursive to access the submodules) cd pycity_dev -
build the docker image
docker build -t pycity_scheduling:latest . -
Run the Docker Container
docker run -it --rm -v $(pwd)/examples:/examples pycity_scheduling:latest -
Run the scripts
>>> examples/exaples_00__.py