This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TECHNICAL DETAILS | |
The most important specification at this time is that COMET GPUs have the nvidia 367.48 driver installed. As a result, we are | |
restricted to versions of CUDA <= 8.0. In turn, we are restricted to using tensorflow <= 1.4.1 due to using CUDA 8.0. These | |
drivers may change over time, but thankfully, adapting is as trivial as updating the Dockerfile and rebuilding the container. | |
It should be noted that since the cluster does not have Docker, we need to generate and push Docker images locally, then pull | |
them on the cluster. A bit convoluted, but not too bad. | |
Also, tensorflow 1.4.1 requires cuDNN >= 6 | |
HOW-TO |