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
This is the root folder for your project files. It contains:
5
+
- A shared folder for collaborative work
6
+
- Your personal local folder for private development
7
+
8
+
### Personal local folder
9
+
Your personal local folder:
10
+
- Includes this root folder and any subfolders (except shared)
11
+
- Allows you to work on files privately
12
+
- Ideal for frequent file access and modification
13
+
- Is visible only in this space
14
+
15
+
### Shared folder
16
+
The shared folder:
17
+
- Contains files visible to all project members
18
+
- Is accessible across all your tools
19
+
- Updates immediately when any member adds or modifies files
20
+
- Not well-suited for heavy file read/write workloads due to remote Amazon S3 origin of this folder and potential additional costs associated with frequent Amazon S3 access
21
+
- If two individuals are modifying the same file in this folder at the same time that might result in losing some changes
22
+
23
+
24
+
To share your files with other project members, copy or move them to the shared folder when ready.
# MLFlow tracking server uses the LOGNAME environment variable to track identity. Set the LOGNAME to the username of the user associated with the space
This is the root folder for your project files. It contains:
5
+
- A shared folder for collaborative work
6
+
- Your personal local folder for private development
7
+
8
+
### Personal local folder
9
+
Your personal local folder:
10
+
- Includes this root folder and any subfolders (except shared)
11
+
- Allows you to work on files privately
12
+
- Ideal for frequent file access and modification
13
+
- Is visible only in this space
14
+
15
+
### Shared folder
16
+
The shared folder:
17
+
- Contains files visible to all project members
18
+
- Is accessible across all your tools
19
+
- Updates immediately when any member adds or modifies files
20
+
- Not well-suited for heavy file read/write workloads due to remote Amazon S3 origin of this folder and potential additional costs associated with frequent Amazon S3 access
21
+
- If two individuals are modifying the same file in this folder at the same time that might result in losing some changes
22
+
23
+
24
+
To share your files with other project members, copy or move them to the shared folder when ready.
# MLFlow tracking server uses the LOGNAME environment variable to track identity. Set the LOGNAME to the username of the user associated with the space
0 commit comments