Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building with latest version fails #12

Open
caoheyang opened this issue Dec 23, 2024 · 1 comment
Open

Building with latest version fails #12

caoheyang opened this issue Dec 23, 2024 · 1 comment

Comments

@caoheyang
Copy link

When I use the latest version of jina reader, the docker build cannot pass. Have you modified the source code of jina reader,? Or just added the docker file?

Thanks.
Heyang Cao

@caoheyang
Copy link
Author

caoheyang commented Dec 23, 2024

37.6 After this operation, 407 MB of additional disk space will be used.
637.6 Get:1 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB]
638.4 Get:2 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
639.5 Get:3 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB]
641.0 Get:4 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u8 [385 kB]
642.3 Err:5 http://deb.debian.org/debian bookworm/main amd64 libvulkan1 amd64 1.3.239.0-1
642.3   500  reading HTTP response body: unexpected EOF [IP: 151.101.90.132 80]
642.3 Err:6 http://dl.google.com/linux/chrome/deb stable/main amd64 google-chrome-stable amd64 131.0.6778.204-1
642.3   500  reading HTTP response body: unexpected EOF [IP: 114.250.65.33 80]
642.3 Err:7 http://deb.debian.org/debian bookworm/main amd64 mesa-vulkan-drivers amd64 22.3.6-1+deb12u1
642.3   500  writing response to deb.debian.org:80: connecting to 127.0.0.1:8001: dial tcp 127.0.0.1:8001: connect: connection refused [IP: 151.101.90.132 80]
642.3 Fetched 697 kB in 6s (125 kB/s)
642.3 E: Failed to fetch http://deb.debian.org/debian/pool/main/v/vulkan-loader/libvulkan1_1.3.239.0-1_amd64.deb  500  reading HTTP response body: unexpected EOF [IP: 151.101.90.132 80]
642.3 E: Failed to fetch http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_131.0.6778.204-1_amd64.deb  500  reading HTTP response body: unexpected EOF [IP: 114.250.65.33 80]
642.3 E: Failed to fetch http://deb.debian.org/debian/pool/main/m/mesa/mesa-vulkan-drivers_22.3.6-1%2bdeb12u1_amd64.deb  500  writing response to deb.debian.org:80: connecting to 127.0.0.1:8001: dial tcp 127.0.0.1:8001: connect: connection refused [IP: 151.101.90.132 80]
642.3 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
------
Dockerfile:5
--------------------
   4 |     # Install necessary tools and libraries
   5 | >>> RUN apt-get update && apt-get install -y \
   6 | >>>     chromium \
   7 | >>>     libmagic-dev \
   8 | >>>     build-essential \
   9 | >>>     python3 \
  10 | >>>     wget \
  11 | >>>     gnupg \
  12 | >>>     && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
  13 | >>>     && sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
  14 | >>>     && apt-get update \
  15 | >>>     && apt-get install -y google-chrome-stable \
  16 | >>>     && rm -rf /var/lib/apt/lists/*
  17 |
--------------------
ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y     chromium     libmagic-dev     build-essential     python3     wget     gnupg     && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -     && sh -c 'echo \"deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main\" >> /etc/apt/sources.list.d/google.list'     && apt-get update     && apt-get install -y google-chrome-stable     && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100

error info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant