broadinstitute / oncotator

Other
67 stars 32 forks source link

Docker image broadinstitute/oncotator:1.9.0.0 doesn't have a working ENTRYPOINT or CMD. #356

Closed alanhoyle closed 7 years ago

alanhoyle commented 7 years ago

running docker run -it broadinstitute/oncotator:1.9.0.0 dumps me to a Python interpreter command line rather than running the Oncotator command line program.

LeeTL1220 commented 7 years ago

Will be fixed in next release.

On Tue, Dec 20, 2016 at 3:51 PM, Alan Hoyle notifications@github.com wrote:

running docker run -it broadinstitute/oncotator:1.9.0.0 dumps me to a Python interpreter command line rather than running the Oncotator command line program.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/broadinstitute/oncotator/issues/356, or mute the thread https://github.com/notifications/unsubscribe-auth/ACDXk6CuqUR6KW7cqRkz1Id7lztiLltmks5rKD_fgaJpZM4LSSYT .

-- Lee Lichtenstein Broad Institute 75 Ames Street, Room 7003EB Cambridge, MA 02142 617 714 8632

alanhoyle commented 7 years ago

I was able to create what might be a working one by running a docker build -t oncotator .

where cat ./Dockerfile contains:

FROM broadinstitute/oncotator:1.9.0.0 MAINTAINER oncotator oncotator@broadinstitute.org RUN cd oncotator/ && python setup.py install ENTRYPOINT ["Oncotator"]

LeeTL1220 commented 7 years ago

Try the 1.9.2.0 docker image.