Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakunni3 committed Nov 5, 2020
1 parent b31b8a1 commit 4ca4df1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM python:3.7
MAINTAINER Deepak Unni "[email protected]"

# Clone repository
RUN git clone https://github.com/NCATS-Tangerine/kgx && cd kgx && git checkout tags/0.2.0
RUN git clone https://github.com/NCATS-Tangerine/kgx && cd kgx && git checkout
tags/0.2.2

# Setup
RUN cd kgx && python setup.py install
Expand All @@ -12,4 +13,4 @@ RUN mkdir data

WORKDIR /kgx

CMD ["/bin/bash"]
CMD ["/bin/bash"]

0 comments on commit 4ca4df1

Please sign in to comment.