diff --git a/README.md b/README.md index 36915ca..369005c 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,11 @@ 6. Execute the autotune script in the container ``` docker exec -d autotune python /census-scvi/bin/autotune_scvi_v2.py --adata_path path_to_adata --batch_key batch_key --num_cpus num_cpus --num_gpus num_gpus --experiment_name experiment_name --save_dir /data - ``` \ No newline at end of file + ``` + +7. After the experiment finishes, you can stop the container + ``` + docker stop autotune + ``` + +8. All logs are stored in the `save_dir` argument passed into (6) \ No newline at end of file