Skip to main content

Public Network Drive

aifare platform provides a public network drive feature, allowing users to synchronize and share data across instances. This document introduces the usage, directory structure, and best practices for the public network drive.

What is the Public Network Drive

The public network drive is a shared storage space provided by the platform, supporting data synchronization and sharing between different instances and users. It is suitable for storing important data, backup files, and sharing datasets or models.

Main Directory

DirectoryDescription
/user-dataUser personal data, supports cross-instance sharing

How to Use the Public Network Drive

  1. Enter the instance and open the terminal or JupyterLab file manager.
  2. Navigate to the /user-data directory to view or manage your data.
  3. You can copy, move, or edit files in this directory as needed.

Example: Save a Model to the Public Network Drive

cp model.pth /user-data/

Best Practices

  • Store important data and backup files in the public network drive to ensure data security.
  • Use the public network drive for cross-instance data sharing and collaboration.
  • Do not store temporary or large files that do not require sharing in the public network drive.

Notes

  • The public network drive is persistent storage; data is retained after instance shutdown.
  • Data in the public network drive can be accessed by multiple instances under the same user account.
  • Please do not store sensitive or confidential information in the public network drive unless necessary.

For more information, please refer to the aifare platform documentation or contact customer support.