Skip to content

Commit

Permalink
FIXUP: remove confusing sentenct from build-image.py
Browse files Browse the repository at this point in the history
  • Loading branch information
deeplow committed Dec 19, 2023
1 parent b17fc12 commit 917348f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install/common/build-image.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def export_container_pip_dependencies():
["poetry", "export", "--only", "container"], universal_newlines=True
)
# XXX Export container dependencies and exclude pymupdfb since it is not needed in container
# in the container the --require-hashes the fact that pymupdfb is not needed
req_txt_pymupdfb_stripped = container_requirements_txt.split("pymupdfb")[0]
with open(Path(BUILD_CONTEXT) / REQUIREMENTS_TXT, "w") as f:
f.write(req_txt_pymupdfb_stripped)
Expand Down

0 comments on commit 917348f

Please sign in to comment.