Currently the whole data directory is being mounted to /data on the experiment container. The user then needs to refer to the files using its hash which is not very user friendly.
We could instead mount the files individually and refer to them by the key name.
For example a data file with the following config:
Currently the whole data directory is being mounted to
/data
on the experiment container. The user then needs to refer to the files using its hash which is not very user friendly. We could instead mount the files individually and refer to them by the key name.For example a data file with the following config:
would be mounted from the host path
/home/empirical/data/sdfd39asaea334353fdfh4sfsd3432353
to the container path/data/myfile.csv