-
Notifications
You must be signed in to change notification settings - Fork 3
Replace file after environment build #70
Comments
Hi @rbeucher So Dale |
OK great. Will do that |
Can I do something like: pushd "${ENV_INSTALLATION_PATH}"/lib/python3.11/site-packages/esmvaltool
rm config-references.yml
ln -sf /g/data/xp65/public/apps/esmvaltool/config/config-references.yml
|
I tried that today: No luck. |
You want |
Hi @dsroberts
In my ESMValTool deployment, I described last time, I replace some default config files in the container by binding the file to the container when I call singularity.
see here:
I suppose I could do something similar but I was wondering if you had some suggestions. You have an
outside_files_to_copy
list in the config file but they just copy tog
The text was updated successfully, but these errors were encountered: