Skip to content

Commit

Permalink
Merge pull request #10 from HabitatEnergy/fix/rebase
Browse files Browse the repository at this point in the history
Install the package, not just the requirements
  • Loading branch information
bradsbrown authored Jan 24, 2025
2 parents c872706 + ef60309 commit 1a75987
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 @@ -18,7 +18,7 @@ COPY . /srcdir
RUN python3 -m venv /virtualenv
ENV PATH="/virtualenv/bin:$PATH"
RUN pip install \
-r /srcdir/requirements.txt \
/srcdir[testing] \
cx-Oracle \
clickhouse-sqlalchemy \
"ibm-db-sa; platform_machine == 'x86_64' or platform_machine == 'ppc64le'" \
Expand Down

0 comments on commit 1a75987

Please sign in to comment.