10000 Install pip 3.12 · Unstructured-IO/unstructured-api@b1be8a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit b1be8a2

Browse files
committed
Install pip 3.12
1 parent 4e9d6d0 commit b1be8a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ ENV PYTHON python${PYTHON_VERSION}
1313
ENV PIP ${PYTHON} -m pip
1414

1515
WORKDIR ${HOME}
16+
17+
USER root
18+
RUN apk add --no-cache {PYTHON} py${PYTHON_VERSION/./}-pip
19+
1620
USER ${NB_USER}
1721

1822
ENV PYTHONPATH="${PYTHONPATH}:${HOME}"

0 commit comments

Comments
 (0)
0