Skip to content

Commit

Permalink
Merge pull request #192 from ctsa/patch-2
Browse files Browse the repository at this point in the history
Update Dockerfile to install dependent python packages.
  • Loading branch information
ACEnglish committed Feb 1, 2024
2 parents eae819b + 5c9bd1a commit 7dd97ee
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 7dd97ee

Please sign in to comment.