-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
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
Executable scripts no longer have executable permissions after upload #745
Comments
Even though I have a script with executable permissions, I'm still not getting the appropriate permissions. https://worksheets.codalab.org/worksheets/0xe4b0468ed9d94509b6e0ac5bef2abd9a/ |
I've spoken with Stephen about these changes and know the approach to take |
Use tar everything (flatten even single files) |
This PR is able to tar, upload, and extract single files, but I'm still unable to run the executable. More detailed discussion in here: #795 |
I've tried changing the docker code to stop making Docker volumes read only, but the behavior is still the same. Next hypothesis: something about how we're placing dependencies on docker volumes is breaking |
No description provided.
The text was updated successfully, but these errors were encountered: