We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d637f5 commit 9d38ed2Copy full SHA for 9d38ed2
1 file changed
Dockerfile
@@ -1,5 +1,6 @@
1
# syntax=docker/dockerfile:experimental
2
-FROM quay.io/unstructured-io/base-images:wolfi-base-latest as base
+# FROM quay.io/unstructured-io/base-images:wolfi-base-latest as base
3
+FROM cgr.dev/chainguard/python:3.12 as base
4
5
# NOTE(crag): NB_USER ARG for mybinder.org compat:
6
# https://mybinder.readthedocs.io/en/latest/tutorials/dockerfile.html
@@ -14,9 +15,6 @@ ENV PIP ${PYTHON} -m pip
14
15
16
WORKDIR ${HOME}
17
-USER root
18
-RUN apk add --no-cache python-3.12 py3.12-pip
19
-
20
USER ${NB_USER}
21
22
ENV PYTHONPATH="${PYTHONPATH}:${HOME}"
0 commit comments