Last active
March 7, 2019 17:34
-
-
Save arcaduf/afe534946e5d4f30dcbed47f3c0b7619 to your computer and use it in GitHub Desktop.
HPC --> Python-3.6 & Tensorflow-1.12
This file contains 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
ml use /pstore/apps/.testing/modules/all | |
ml python/python3.6-2018.05 | |
ml virtualenv | |
ml CUDA cuDNN | |
ml TensorFlow/1.12.0-foss-2018b-CUDA-10.0.130-Python-3.6.5-2018.05 | |
source /pstore/data/pio/ShellTools/VENVS/GPU/venv-3.6-gpu/bin/activate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment