mount s3 bucket to /tmp in docker container, AWS batch #3756
Unanswered
BJWiley233
asked this question in
Q&A
Replies: 3 comments
-
Testing maybe if this would work in the config in addition to
|
Beta Was this translation helpful? Give feedback.
0 replies
-
#SuperClap!!!!!! 😄 👏
EDIT: this only worked one time. Can't get it to work again. |
Beta Was this translation helpful? Give feedback.
0 replies
-
trying with the nvme storage option of the additional EBS on my host also gives error:
adding |
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 am getting zero help from the slack community. I would like to know how I can get a scratch s3 bucket mounted to the /tmp directory for cellranger because they were ignorant enough to only send scratch data to the /tmp directory and not setup the ability to send it to any directory the user wants, i.e. the "working directory" such as
-work-dir s3://wiley-data/scratch
. The fusion documentation only indicates that the s3 bucket is the working directory. Maybe there is a way to mount the current directory to the docker /tmp folder for instance with-v .:/tmp
?Brian
Beta Was this translation helpful? Give feedback.
All reactions