Skip to content

Commit 7019674

Browse files
committed
revert dockerfile changes
1 parent ce61348 commit 7019674

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

Dockerfile

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
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
66
ARG NB_USER=notebook-user
77
ARG NB_UID=1000
88
ARG PIP_VERSION
99
ARG 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
2013
ENV PYTHON python${PYTHON_VERSION}

0 commit comments

Comments
 (0)