You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
Eric-Mendes
changed the title
Erro ao rodar o container gerado pelo Dockerfile
Erro ao rodar o container com a imagem gerada pelo Dockerfile
Jul 5, 2023
Não sei se talvez eu esteja rodando errado, mas eis como reproduzir o erro que estou tendo:
Meu OS: Windows 11
Meu Docker: 24.0.2
Meu Python (local): 3.11.3
The text was updated successfully, but these errors were encountered: