Skip to content

Commit 9c5881f

Browse files
committed
update to 1.5.7 and real path to kgx in dockerfile
1 parent 7e8e362 commit 9c5881f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ FROM python:3.7
22
MAINTAINER Sierra Moxon "[email protected]"
33

44
# Clone repository
5-
RUN git clone https://github.com/NCATS-Tangerine/kgx
5+
RUN git clone https://github.com/biolink/kgx
66

77
# Setup
8-
RUN cd kgx && git checkout tags/1.5.6 && pip install -r requirements.txt && python setup.py install
8+
RUN cd kgx && git checkout tags/1.5.7 && pip install -r requirements.txt && python setup.py install
99

1010
# Make data directory
1111
RUN mkdir data

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
AUTHOR = 'Deepak Unni, Sierra Moxon, Richard Bruskiewich'
77
88
REQUIRES_PYTHON = '>=3.7.0'
9-
VERSION = '1.5.6'
9+
VERSION = '1.5.7'
1010
LICENSE = 'BSD'
1111

1212
with open("requirements.txt", "r") as FH:

0 commit comments

Comments
 (0)