nrdg / cloudknot

A python library to run your existing code on AWS Batch
https://nrdg.github.io/cloudknot/
Other
71 stars 17 forks source link

Fix #309 by explicitly making script executable within the Docker container #310

Closed maouw closed 6 months ago

maouw commented 6 months ago

In #309 the container would not start correctly if the source script was not marked executable. This adds chmod +x in the Dockerfile explicitly to ensure that it is.

This did not show up in tests because the source script used for testing was marked executable.