Skip to content

Instantly share code, notes, and snippets.

@pritul2
Last active November 21, 2020 06:03
Show Gist options
  • Save pritul2/1201b885974565cef58f8277efad0838 to your computer and use it in GitHub Desktop.
Save pritul2/1201b885974565cef58f8277efad0838 to your computer and use it in GitHub Desktop.
## Creating the enviornment
conda create -n tensorflow1 python==3.6.9
#Check available environement on system
conda env list
#Activate environement
conda activate <name>
#Stable version of tensorflow 1
pip install tensorflow==1.14.0
#Check nvidia GPU drivers#
nvidia-smi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment