This might be a environment file named .env.file_path loaded as an env file in the docker compose.
It would allow the download_datasets.sh script to download the data at the right place. We could also improve the main functions of the preparation scripts to get paths as arguments. Then, the scripts/prepare_data.py will be the only place where the environment is read and given as input of the preparation functions.
Once #9 is implemented, we will not have that much paths to save.
This might be a environment file named
.env.file_pathloaded as an env file in the docker compose.It would allow the
download_datasets.shscript to download the data at the right place. We could also improve the main functions of the preparation scripts to get paths as arguments. Then, thescripts/prepare_data.pywill be the only place where the environment is read and given as input of the preparation functions.Once #9 is implemented, we will not have that much paths to save.