Skip to content

Commit fbb85f9

Browse files
authored
NO-JIRA: chore(Dockerfiles): sync odh-io changes to Dockerfile.konflux files in rhds (#1658)
* opendatahub-io#2611
1 parent 112b0b6 commit fbb85f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jupyter/rocm/tensorflow/ubi9-python-3.12/Dockerfile.konflux.rocm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@ USER 1001
151151

152152
COPY ${JUPYTER_REUSABLE_UTILS}/usercustomize.pth ${JUPYTER_REUSABLE_UTILS}/monkey_patch_protobuf_6x.py /opt/app-root/lib/python3.12/site-packages/
153153

154+
USER 0
155+
COPY ${TENSORFLOW_SOURCE_CODE}/utils/link-solibs.sh /tmp/link-solibs.sh
156+
RUN /tmp/link-solibs.sh && rm /tmp/link-solibs.sh
157+
USER 1001
158+
154159
WORKDIR /opt/app-root/src
155160

156161
LABEL name="rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9" \

0 commit comments

Comments
 (0)