3-1. Create Project Directory

First, create your project directory under /workspaces :

mkdir -p /workspaces/my_heaan_project
cd /workspaces/my_heaan_project

Important

If you want to use GPU through the command gpu-run, your project must be located under the /workspaces directory.

The /workspaces is an NFS-mounted location designed to safely store your files.

When a GPU instance is provisioned, it will look for and execute your requested files from the /workspaces directory.

Don't worry, the NFS-based storage is isolated for each user, ensuring security and privacy for your files.

Last updated

Was this helpful?