-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix libnvinfer conflict #855
Fix libnvinfer conflict #855
Conversation
EmmaQiaoCh
commented
Mar 14, 2023
- remove the specified version of libnvinfer
- copy libcupti.so.12 instead of libcupti.so.11.8 which is not in upstream container
- update TFDE_VER=v0.3 to fix some build error
Documentation preview |
Running this in pre-release environment. Will report back if any issues... otherwise I will approve. |
@@ -198,15 +198,15 @@ RUN apt update -y --fix-missing && \ | |||
# Required to build Protocol Buffers. | |||
autoconf automake libtool \ | |||
# Required to build Hadoop. | |||
default-jdk maven pkg-config \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love that we can remove this.
The test failure here is unrelated and we have an open PR to fix it. Will merge that one and re-run this. |
@jperez999 @karlhigley Thanks for your info, but we just hit regression errors when testing SOK and hps_trt on the new TF, so please hold on this PR although your tests passed. We may need more changes. |