mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-09-17 20:40:34 +00:00
9 lines
217 B
Docker
9 lines
217 B
Docker
![]() |
from python:3.8-slim-buster
|
||
|
|
||
|
COPY unstructured unstructured
|
||
|
COPY README.md README.md
|
||
|
COPY requirements/dev.txt requirements-dev.txt
|
||
|
|
||
|
RUN apt-get update; apt-get install -y gcc
|
||
|
RUN pip install -r requirements-dev.txt
|