forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Lai, Weijian <laiweijian4@huawei.com> Co-committed-by: Lai, Weijian <laiweijian4@huawei.com>
756 B
756 B
What Is the Common File Path for Training Jobs?
The path to the training environment and the code directory in the container are generally obtained using the environment variable ${MA_JOB_DIR}, which is /home/ma-user/modelarts/user-job-dir.
Parent topic: Compiling the Training Code