Skip to content

Commit

Permalink
Copy utils folder in jupyter/rocm/tensorflow/ubi9-python-3.11/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
paulovmr committed Sep 20, 2024
1 parent 9605c7a commit e3f19a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyter/rocm/tensorflow/ubi9-python-3.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit e3f19a5

Please sign in to comment.