diff --git a/{{cookiecutter.repo_name}}/aisg-context/guide-site/docs/guide-for-user/07-job-orchestration.md b/{{cookiecutter.repo_name}}/aisg-context/guide-site/docs/guide-for-user/07-job-orchestration.md index 2b2388d..72f94ad 100644 --- a/{{cookiecutter.repo_name}}/aisg-context/guide-site/docs/guide-for-user/07-job-orchestration.md +++ b/{{cookiecutter.repo_name}}/aisg-context/guide-site/docs/guide-for-user/07-job-orchestration.md @@ -169,7 +169,7 @@ a job using that image to Run:ai\: --existing-pvc claimname=,path=/ \ --cpu 2 --cpu-limit 2 --memory 4G --memory-limit 4G --backoff-limit 1 \ --command -- /bin/bash -c "python -u src/process_data.py \ - raw_data_dir_path=//workspaces//data/raw \ + raw_data_dir_path=//workspaces//data/raw \ processed_data_dir_path=//workspaces//data/processed" ``` @@ -197,7 +197,7 @@ a job using that image to Run:ai\: --existing-pvc claimname=,path=/ \ --cpu 2 --cpu-limit 2 --memory 4G --memory-limit 4G --backoff-limit 1 \ --command -- /bin/bash -c "python -u src/process_data.py \ - raw_data_dir_path=//workspaces//data/raw \ + raw_data_dir_path=//workspaces//data/raw \ processed_data_dir_path=//workspaces//data/processed" ``` diff --git a/{{cookiecutter.repo_name}}/problem-templates/cv/aisg-context/guide-site/docs/guide-for-user/07-job-orchestration.md b/{{cookiecutter.repo_name}}/problem-templates/cv/aisg-context/guide-site/docs/guide-for-user/07-job-orchestration.md index 5590c13..8306e41 100644 --- a/{{cookiecutter.repo_name}}/problem-templates/cv/aisg-context/guide-site/docs/guide-for-user/07-job-orchestration.md +++ b/{{cookiecutter.repo_name}}/problem-templates/cv/aisg-context/guide-site/docs/guide-for-user/07-job-orchestration.md @@ -461,7 +461,7 @@ artifacts without explicitly knowing the {{objstg}} credentials. --command -- /bin/bash -c "python -u src/train_model.py \ data_dir_path=//workspaces//data/processed/mnist-pngs-data-aisg-processed \ setup_mlflow=true \ - mlflow_tracking_uri= \ + mlflow_tracking_uri= \ mlflow_exp_name= \ model_checkpoint_dir_path=//workspaces//{{cookiecutter.repo_name}}/models \ epochs=3"