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 @@ -8,7 +8,7 @@ ENV MLFLOW_ENABLE_ASSISTANT=false
88RUN yarn install --silent \
99 && NODE_OPTIONS="--max_old_space_size=4096" yarn build
1010
11- FROM registry.access.redhat.com/ubi9/python-311@sha256:493be524d836fcfa86588cc041151a7646afc3913843608d4ee16f714d429459 AS python-builder
11+ FROM registry.access.redhat.com/ubi9/python-311@sha256:bb09d55bce99b839b0df565ab9e244cdc545037e612dad388569016137367cab AS python-builder
1212WORKDIR /src
1313USER 0
1414COPY --chown=1001:0 . .
@@ -17,7 +17,7 @@ RUN set -eux; \
1717 python -m build --wheel --outdir /tmp/dist; \
1818 python -m build --wheel --outdir /tmp/dist kubernetes-workspace-provider
1919
20- FROM registry.access.redhat.com/ubi9/python-311@sha256:493be524d836fcfa86588cc041151a7646afc3913843608d4ee16f714d429459
20+ FROM registry.access.redhat.com/ubi9/python-311@sha256:bb09d55bce99b839b0df565ab9e244cdc545037e612dad388569016137367cab
2121ARG MLFLOW_VERSION=3.3.2
2222ENV PYTHONDONTWRITEBYTECODE=1 \
2323 PYTHONUNBUFFERED=1 \
You can’t perform that action at this time.
0 commit comments