Skip to content

Commit

Permalink
adding tca_cli (#201)
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Sankar <[email protected]>
  • Loading branch information
divsan93 authored Feb 16, 2023
1 parent 477a783 commit 198f82d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ COPY ./kg /app/kg
COPY ./config /app/config
COPY ./entity_standardizer /app/entity_standardizer
COPY ./requirements.txt /app/requirements.txt
COPY ./tca_cli.py /app/tca_cli.py
RUN python -m pip install --upgrade pip wheel build setuptools; \
pip install -r entity_standardizer/requirements.txt; \
cd entity_standardizer; python -m build; pip install dist/entity_standardizer_tca-1.0-py3-none-any.whl; cd ..; \
Expand Down

0 comments on commit 198f82d

Please sign in to comment.