Skip to content
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

[Bug] Docker image CIRCLHashlookup built without the execute bit on the python script #1101

Closed
Andraaada opened this issue Jun 9, 2022 · 1 comment
Labels
category:bug Issue is related to a bug
Milestone

Comments

@Andraaada
Copy link

Getting the following error when using the analyzer CIRCLHashlookup_1_0 on Cortex

{
  "errorMessage": "/job: 1: CIRCLHashlookup/circlhashlookup_analyzer.py: Permission denied\n",
  "input": null,
  "success": false
}

After checking the docker image files on disk:

The entrypoint is not executable (no execute bit on the python script)

        "Entrypoint": [
            "/bin/sh",
            "-c",
            "CIRCLHashlookup/circlhashlookup_analyzer.py"
        ]

-rw-r--r-- 1 root root 1618 Oct 31 2021 /worker/CIRCLHashlookup/circlhashlookup_analyzer.py

Possible solutions
Rebuild the docker image, by setting the execute bit on the python script.

@nadouani nadouani added the category:bug Issue is related to a bug label Jun 20, 2022
@jeromeleonard jeromeleonard added this to the 3.1.1 milestone Jun 21, 2022
@jeromeleonard
Copy link
Contributor

see #1106

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bug Issue is related to a bug
Projects
None yet
Development

No branches or pull requests

3 participants