Skip to content

Commit

Permalink
Merge pull request #14 from Agent007/docker
Browse files Browse the repository at this point in the history
added Dockerfile
  • Loading branch information
rbharath authored Jul 9, 2017
2 parents fed8be8 + 1317c8d commit c010ac7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM deepchemio/deepchem

RUN conda install flask
RUN git clone https://github.com/deepchem/deepchem-gui.git && \
cd deepchem-gui && \
python setup.py install

EXPOSE 5000

ENTRYPOINT exec deepchem-gui server -H 0.0.0.0 --no-browser

0 comments on commit c010ac7

Please sign in to comment.