You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-4Lines changed: 26 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,20 +83,42 @@ print("\n\n".join([str(el) for el in elements]))
83
83
84
84
## :dizzy: Instructions for using the docker image
85
85
86
-
The following instructions are intended to help you get up and running using docker to interact with `unstructured`.
86
+
The following instructions are intended to help you get up and running using Docker to interact with `unstructured`.
87
+
See [here](https://docs.docker.com/get-docker/) if you don't already have docker installed on your machine.
88
+
89
+
NOTE: the image is only supported for x86_64 hardware and known to have issues on Apple silicon.
90
+
91
+
We build Docker images for all pushes to `main`. We tag each image with the corresponding short commit hash (e.g. `fbc7a69`) and the application version (e.g. `0.5.5-dev1`). We also tag the most recent image with `latest`. To leverage this, `docker pull` from our image repository.
0 commit comments