Skip to content

Commit 74cf4d2

Browse files
authored
Merge branch 'r1.0' into fix-debian-jessie-build
2 parents 81d8255 + f3985a4 commit 74cf4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/tools/docker/Dockerfile.devel-gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ WORKDIR /tensorflow
8989
ENV CI_BUILD_PYTHON python
9090
ENV LD_LIBRARY_PATH /usr/local/cuda/extras/CUPTI/lib64:$LD_LIBRARY_PATH
9191
ENV TF_NEED_CUDA 1
92-
ENV TF_CUDA_COMPUTE_CAPABILITIES=3.0,3.5,5.2
92+
ENV TF_CUDA_COMPUTE_CAPABILITIES=3.0,3.5,5.2,6.0,6.1
9393

9494
RUN tensorflow/tools/ci_build/builds/configured GPU \
9595
bazel build -c opt --config=cuda tensorflow/tools/pip_package:build_pip_package && \

0 commit comments

Comments
 (0)