In order to run some old Tensorflow code (version 1.4.1), I need to install the Cuda 8 runtime.
I decided the easiest way must be using Anaconda, and my searching has shown that Anaconda at least used to provide a package cudatoolkit ver. 8.0
, but this does not seem to be the case anymore. Is there any way to install an older package like this through Anaconda? I have done this for other earlier CUDA/TF versions, and it is nice to be able to manage the versions of each in a single environment for running certain legacy codebases.