I found a bug #10580
guanyuyi666
started this conversation in
General
I found a bug
#10580
Replies: 1 comment 1 reply
-
Download pypdfium2-4.30.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl from https://pypi.org/project/pypdfium2/#files , then use the Dockerfile below to build a new image: FROM langgenius/dify-api:0.11.1
COPY pypdfium2-4.30.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl /tmp
RUN pip install /tmp/pypdfium2-4.30.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl docker build -t langgenius/dify-api:0.11.1-arm . |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
Content
I found a bug.
In an ARM64 environment, starting the Dify Docker container results in the following error, and the program exits:
[FATAL:partition_root.cc(863)] Check failed: (internal::SystemPageSize() == (size_t{1} << 12)) || (internal::SystemPageSize() == (size_t{1} << 14)).
Solution: Upgrade
pypdfium2
to version "~4.30.0".Beta Was this translation helpful? Give feedback.
All reactions