- Create a shared
/datadirectory:sudo mkdir /data - Set permissions as follows
- Run the following commands
sudo chown -R root:cog-mb-group /datasudo chmod -R g+s /datasudo setfacl -m g::rwx /datasudo setfacl -d -m g::rwx /data
- Ensure that the output of
getfacl /datais:# file: data # owner: root # group: cog-mb-group # flags: -s- user::rwx group::rwx other::r-x default:user::rwx default:group::rwx default:other::r-x
- Run the following commands
Use the installer to install to /data/shared/miniconda3.
- Install the Nvidia drivers (ask brain-it to do it)
- Install
git