Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write documentation about dragon #112

Open
lintool opened this issue May 25, 2018 · 1 comment
Open

Write documentation about dragon #112

lintool opened this issue May 25, 2018 · 1 comment

Comments

@lintool
Copy link
Member

lintool commented May 25, 2018

@tuzhucheng

Write up documentation about using group-shared configs on dragon. Should probably go in docs/.

Also write up docs on how you set up the shared env, for when we need to upgrade later... for example, are we using a dedicated pytorch users? There should also be a canonical checkout of the data and models repo, right?

@tuzhucheng
Copy link
Member

tuzhucheng commented May 25, 2018

Currently I made a global conda installation at /anaconda3. For new dragon users, all they need to do to start using Conda & PyTorch with GPU is to add the following lines to their .bashrc:

export PATH="/anaconda3/bin:$PATH"
export LIBRARY_PATH="/usr/lib/nvidia-375"
export LD_LIBRARY_PATH=/opt/intel/mkl/lib/intel64:/usr/local/lib:/usr/local/cuda-8.0/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}

There is a global check-out of Castor-data and Castor-models at / that is owned by my own account. Maybe I can create a castor Linux group and add others to this group and change the permissions so anyone under this group have write access.

Currently any dragon user can install Python packages to the global environment. I should probably look into restricting this to a group of users as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants