Replies: 2 comments
-
|
I guess this is a question to @vsoch |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@fafa92 try using volumes If you are just writing to a temporary location, unless your setup with Singularity forbids it, the temporary directories (and your home) should already be bound (and with write) and you shouldn't need to do anything. If the path it outside of those locations, and you want to, for example, bind a host directory to somewhere in the container (to give it write) you can do something like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was wondering if airflow has arguments to be passed in for singularityOperator to read a specific folder from inside the container and write back to the host. I found a similar concept for dockeroperator with tmp_dir and host_tmp_dir arguments, but not for singularity. Any help will be appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions