Skip to content

pfilo8/NodeFlow

Repository files navigation

How to build docker?

Copy project to the server.

make build

How to run the container in the background?

make run

How to get to the Docker container?

docker exec -it "${username}-${project_name}" /bin/bash

How to run the Kedro project?

python -m kedro run --pipeline <pipeline_name>

How to stop the container?

make rm