Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tools/docker/gpu_tests.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM tensorflow/tensorflow:2.1.0-custom-op-gpu-ubuntu16
ENV TF_NEED_CUDA="1"
ENV TF_CUDA_VERSION="10.1"
ENV CUDA_TOOLKIT_PATH="/usr/local/cuda"
ENV TF_CUDNN_VERSION="7"
ENV CUDNN_INSTALL_PATH="/usr/lib/x86_64-linux-gnu"

RUN python3 -m pip install --upgrade pip setuptools auditwheel==2.0.0

Expand Down