= First Time Setup =
Create environment
virtualenv --system-site-packages -p python3 env-biop-tf2
== Activate environment ==
source env-biop-tf2/bin/activate
== Install TF ==
cp /tmp/tensorflow-2.3.1-cp37-cp37m-linux_x86_64.whl .
load gcc cuda cudnn python
pip install ~/tensorflow-2.3.1-cp37-cp37m-linux_x86_64.whl
pip install ipython
== Test ==
ipython
import tensorflow as tf
= Run on the Cluster =
Request time (THIS NEEDS TO BE ADDED, as it currently fails, ticket open)
`salloc -t 2:0:0`
Find allocated node
login to the allocated node
Check status of node `htop`
load gcc cuda cudnn python
activate virtualenv
run script
NOTE: Nicola will update on the Jupyter Notebook setup and Oli needs to fix the fact that his account does not have qos=gpu