diff --git a/jupyter/rocm/tensorflow/ubi9-python-3.11/Dockerfile b/jupyter/rocm/tensorflow/ubi9-python-3.11/Dockerfile index 034aa2b6d..1f2f8395e 100644 --- a/jupyter/rocm/tensorflow/ubi9-python-3.11/Dockerfile +++ b/jupyter/rocm/tensorflow/ubi9-python-3.11/Dockerfile @@ -16,6 +16,7 @@ COPY Pipfile.lock ./ # Temporary:Workaround for fixing the kfp-kubernetes 1.0.0 for elyra pipeline execution # TODO: Remove this patch once the issue is fixed with kfp-kubernetes upgrade. +COPY utils ./utils/ RUN patch /opt/app-root/lib/python3.11/site-packages/elyra/templates/kubeflow/v2/python_dsl_template.jinja2 -i utils/python_dsl_template.patch && \ echo "Installing softwares and packages" && micropipenv install && rm -f ./Pipfile.lock && \ # Replace Notebook's launcher, "(ipykernel)" with Python's version 3.x.y \