henriquepgomide / caRtola

Extração de dados da API do CartolaFC, análise exploratória dos dados e modelos preditivos em R e Python - 2014-22. [EN] Data munging, analysis and modeling of CartolaFC - the most popular fantasy football game in Brazil. Data cover years 2014-23.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Erro ao rodar o container com a imagem gerada pelo Dockerfile

Eric-Mendes opened this issue · comments

Não sei se talvez eu esteja rodando errado, mas eis como reproduzir o erro que estou tendo:

$ docker build -t cartola .
>>> # ... build output

$ docker run --rm cartola
>>> DataSetError: Failed while loading data from data set
CSVDataSet(filepath=/home/kedro/data/01_raw/2014/2014_scouts_raw.csv,
load_args={}, protocol=file, save_args={'index': False}).
[Errno 2] No such file or directory:
'/home/kedro/data/01_raw/2014/2014_scouts_raw.csv'

Meu OS: Windows 11
Meu Docker: 24.0.2
Meu Python (local): 3.11.3