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

No support for Mac Silicon in Docker download #480

Open
SA-al-000 opened this issue Dec 4, 2024 · 4 comments
Open

No support for Mac Silicon in Docker download #480

SA-al-000 opened this issue Dec 4, 2024 · 4 comments

Comments

@SA-al-000
Copy link

The Docker download does not have any support for Mac OS.

@Tibiritabara
Copy link

Could the ARM build be enabled again?

@tangkunyin
Copy link

The Docker download does not have any support for Mac OS.

The linux container works well by far

@dqlobo
Copy link

dqlobo commented Dec 21, 2024

Here's an example docker compose file:

services:
  unstructured:
    image: downloads.unstructured.io/unstructured-io/unstructured-api:latest
    container_name: unstructured
    platform: linux/amd64
    ports:
      - "8000:8000"
    volumes:
      - ./volumes/unstructured-data:/data
    command: ["make", "run-web-app", "--port", "8000"]

@robwilkes
Copy link

robwilkes commented Jan 5, 2025

I've started automated arm64 builds, until such time as they do official builds. Currently checks every 2 hours for a new release and builds automatically if there is. It takes 1hr 20min to build on GitHub Actions Runners, so, if there is a new release it should be available on my Docker Hub within ~1-4 hours.

https://hub.docker.com/r/robwilkes/unstructured-api

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

5 participants