We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following yaml will create a directory and download the file to the folder /s3-data-file/frame0.xtc, instead of /s3-data-file to be a file itself.
/s3-data-file/frame0.xtc
/s3-data-file
file_mounts: /s3-data-file: s3://fah-public-data-covid19-cryptic-pockets/human/il6/PROJ14534/RUN999/CLONE0/results0/frame0.xtc
This also causes the problem for the spot user:
It seems that mounting individual files may not be working properly in managed spot mode:
warning: unable to access '/home/ubuntu/.gitconfig': Is a directory
it worked fine in on-demand mode The yaml config is like:
file_mounts: ~/.gitconfig: ~/.gitconfig
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The following yaml will create a directory and download the file to the folder
/s3-data-file/frame0.xtc
, instead of/s3-data-file
to be a file itself.This also causes the problem for the spot user:
The text was updated successfully, but these errors were encountered: