Unstructured-IO / Unstructured-IO/unstructured-api

CPU does not support x86-64-v2

Open
#497 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
951
Forks
192
Avg merge
7d 8h
Merged PRs (30d)
2

Description

[root@localhost ~]# docker logs -f unstructured-api
Fatal glibc error: CPU does not support x86-64-v2
[root@localhost ~]# cat /proc/cpuinfo | grep flags | head -n 1
flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2 ht syscall nx lm rep_good nopl xtopology eagerfpu pni cx16 x2apic hypervisor lahf_lm
[root@localhost ~]#

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the failure with the unstructured-api Docker image on a host whose /proc/cpuinfo lacks x86-64-v2 flags, and inspect the image's build configuration to identify where the CPU requirement is introduced. Done means the container starts successfully on the reported CPU, or the supported CPU requirements are explicitly documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker
Domain
infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.