You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ The script uses the run:ai yaml API. You can find the documentation (which field
69
69
70
70
<details>
71
71
<summary><i> I get some permission error such as PermissionError: [Errno 13] Permission denied: '/mloscratch/hf_cache/...`. </i> </summary>
72
-
This is probably related to the user and group permissions. Two things: for containers, make sure your user id is yours and the group id is 75545 (which stands for the runai-mlo group).
72
+
This is probably related to the user and group permissions. Two things: for containers, make sure your user id is yours and the group id is 83070 (which stands for the runai-mlo group).
73
73
Also, please add the following line to your .bashrc or .zshrc: umask 007 (e.g. via echo "umask 007" >> ~/.zshrc. Make sure that this is persistent or always done for all containers you use).
74
74
If the problem persists, please contact us in the #it or #cluster channel.
0 commit comments