xuan zhang
xuan zhang
I have similar error when building docker image ``` cannot find either cuda_launch_config.h or gpu_launch_config.h ``` any suggestions? args: CUDA_BASE_VERSION: 10.0 UBUNTU_VERSION: 18.04 CUDNN_VERSION: 7.6.1.34 TENSORFLOW_VERSION: 2.0.0b0 all logs ```...
use `TENSORFLOW_VERSION=2.0.0-beta1` and `python2.7` resolve the issue. However the test is broken ``` Traceback (most recent call last): File "/root/dirt/tests/square_test.py", line 54, in main() File "/root/dirt/tests/square_test.py", line 41, in main...