Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Update dockerfile to install dependent python packages
  • Loading branch information
ctsa authored Feb 1, 2024
1 parent eae819b commit 5c9bd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get -qq update \
rm -rf /var/lib/apt/lists/*

RUN mkdir -p /opt/truvari-source/truvari/
COPY setup.py README.md /opt/truvari-source/
COPY setup.py README.md pyproject.toml /opt/truvari-source/
COPY truvari/ /opt/truvari-source/truvari/
WORKDIR /opt/truvari-source

Expand Down

0 comments on commit 5c9bd1a

Please sign in to comment.