Closed alanhoyle closed 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
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"]
Try the 1.9.2.0 docker image.
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.