<DataSetError in Docker Kedro deployment> I try to...
# questions
u
DataSetError in Docker Kedro deployment I try to deploy example Kedro starter project (pandas-iris). I successfuly run it locally (kedro run), and then, having kedro-docker install, init a Docker, build image and push it to my registry. Unfortunately, both kedro docker run and docker run myDockerID/iris_image generate the same error: DataSetError: Failed while loading data from data set CSVDataSet(filepath=/home/kedro/data/01_raw/iris.csv, load_args={}, protocol=file, save_args={'index': False}). [Errno 2] No such file or...
1