File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ USER 1001
77RUN yarn install --silent \
88 && yarn build
99
10- FROM registry.access.redhat.com/ubi9/python-311@sha256:99438cd522c6958f0101ee7a35cb7cfeb048e13a20bbe40dd8807ab555961da7 AS python-builder
10+ FROM registry.access.redhat.com/ubi9/python-311@sha256:1f731d98ef65bf4c68875cc8908d750eed27ceac1fb5fc2fb969f7f2a0baee6d AS python-builder
1111WORKDIR /src
1212USER 0
1313COPY --chown=1001:0 . .
@@ -16,7 +16,7 @@ RUN set -eux; \
1616 python -m build --wheel --outdir /tmp/dist; \
1717 python -m build --wheel --outdir /tmp/dist kubernetes-workspace-provider
1818
19- FROM registry.access.redhat.com/ubi9/python-311@sha256:99438cd522c6958f0101ee7a35cb7cfeb048e13a20bbe40dd8807ab555961da7
19+ FROM registry.access.redhat.com/ubi9/python-311@sha256:1f731d98ef65bf4c68875cc8908d750eed27ceac1fb5fc2fb969f7f2a0baee6d
2020ARG MLFLOW_VERSION=3.3.2
2121ENV PYTHONDONTWRITEBYTECODE=1 \
2222 PYTHONUNBUFFERED=1
You can’t perform that action at this time.
0 commit comments