Skip to content
Discussion options

You must be logged in to vote

The issue here is that you need:

run: python:latest python analysis/breakdown.py

because analysis/breakdown.py isn't executable and there's no entrypoint script in the associated docker image.

There's an open question about exactly what we want to do here (I thought there was an issue somewhere but I can't now find it). We could give every docker image an entrypoint script which does the "obvious right thing" as we do for e.g. Stata. In this case that would be to run the script as Python. However the trouble is that we sometimes want to do something other than that e.g. invoke Python with special arguments, run Python under a profiler, use jupyter as the executable.

I don't think we've q…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by inglesp
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants