File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:experimental
2- FROM quay.io/unstructured-io/base-images:wolfi-py3.12-slim -latest as base
2+ FROM quay.io/unstructured-io/base-images:wolfi-base -latest as base
33
44# NOTE(crag): NB_USER ARG for mybinder.org compat:
55# https://mybinder.readthedocs.io/en/latest/tutorials/dockerfile.html
66ARG NB_USER=notebook-user
77ARG NB_UID=1000
88ARG PIP_VERSION
99ARG PIPELINE_PACKAGE
10- ARG PYTHON_VERSION="3.12"
11-
12- USER root
13-
14- RUN apk add --no-cache mesa-gl glib shadow tesseract-ocr \
15- tesseract-ocr-data-eng tesseract-ocr-data-kor \
16- && useradd -m -u ${NB_UID} -s /bin/sh ${NB_USER}
17- RUN chown -R ${NB_USER}:${NB_USER} ${HOME}
10+ ARG PYTHON_VERSION="3.11"
1811
1912# Set up environment
2013ENV PYTHON python${PYTHON_VERSION}
You can’t perform that action at this time.
0 commit comments