I am running the tutorial dockerfile and I ran into an issue like this at the example_preprocessing notebook.
While executing cell:
plotting.plot_epi(
'/data/ds000114/derivatives/fmriprep/sub-01/anat/sub-01_t1w_preproc.nii.gz',
title="T1", display_mode='ortho', annotate=False, draw_cross=False, cmap='gray');
FileNotFoundError: No such file or no access: '/data/ds000114/derivatives/fmriprep/sub-01/anat/sub-01_t1w_preproc.nii.gz'
The file is there, I checked.