Cuda 10 Installation Failure

Hi all,

I was hoping someone could assist me with my CUDA installation error. I’m trying to run a TensorFlow Project from Github. I deployed a Google Cloud Windows Server 16 Workstation w/ a Tesla T4 GPU.

I successfully installed the driver that was supplied by Google (412.16).

After installing all of the dependancies for the project, I’m running into this error when I try to run the python script:

% (build_info.cudart_dll_name, build_info.cuda_version_number))
ImportError: Could not find 'cudart64_100.dll'. TensorFlow requires that this DLL be installed in a directory that is named in your %PATH% environment variable. Download and install CUDA 10.0 from this URL: https://developer.nvidia.com/cuda-90-download-archive

When I go to download CUDA 10 from the link and install, the installation fails.

Can someone please help me understand what I’m doing wrong?

Links to errors below: