Skip to content

Instantly share code, notes, and snippets.

@KBlansit
KBlansit / SDSC Singularity Build
Last active November 20, 2018 17:00 — forked from evmasuta/Hsiao_Lab COMET
Hsiao_Lab COMET onboarding
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