We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6e42f commit 9835007Copy full SHA for 9835007
tools/docker/wolfi/unstructured_python.yaml
@@ -0,0 +1,24 @@
1
+# docker run --rm -v ${PWD}:/work -w /work cgr.dev/chainguard/apko build unstructured_python.yaml -k melange.rsa.pub ghcr.io/build-trust/ockam-python-unstructured:latest unstructured_base_image.tar
2
+# Builds the base image which comprises of tools to host Ockam AI examples that use the unstructured pdf library.
3
+contents:
4
+ keyring:
5
+ - https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
6
+ repositories:
7
+ - https://packages.wolfi.dev/os
8
+ packages:
9
+ - ca-certificates-bundle
10
+ - glibc
11
+ - bash
12
+ - ncurses
13
+ - ncurses-dev
14
+ - ncurses-terminfo-base
15
+ - glibc-dev
16
+ - gcc
17
+ - python-3.13
18
+ - python-3.13-dev
19
+ - ffmpeg
20
+ - mesa-dev
21
+ - glib-dev
22
+
23
+archs:
24
+ - x86_64
0 commit comments