forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Wu Dayong <wudayong1@noreply.gitea.eco.tsi-dev.otc-service.com> Co-committed-by: Wu Dayong <wudayong1@noreply.gitea.eco.tsi-dev.otc-service.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