We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff018e2 commit a313d90Copy full SHA for a313d90
tensorflow_serving/tools/docker/Dockerfile.devel-gpu
@@ -155,7 +155,7 @@ RUN echo "Building with Bazel options: ${TF_SERVING_BAZEL_OPTIONS}"
155
156
RUN ln -s /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/stubs/libcuda.so.1 && \
157
LD_LIBRARY_PATH=/usr/local/cuda/lib64/stubs:${LD_LIBRARY_PATH} \
158
- bazel build --color=yes --curses=yes --config=cuda \
+ bazel build --color=yes --curses=yes --config=cuda --copt="-fPIC"\
159
${TF_SERVING_BAZEL_OPTIONS} \
160
--verbose_failures \
161
--output_filter=DONT_MATCH_ANYTHING \
0 commit comments