From 6ff18f9f82d42866f5ffdc6945c8bfd39015e6e8 Mon Sep 17 00:00:00 2001 From: Jeroen Van Goey Date: Wed, 26 Feb 2020 09:55:11 +0100 Subject: [PATCH 1/2] Fix command Add the name of the repository you just cloned to the `cd` command. --- tfx_airflow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfx_airflow/README.md b/tfx_airflow/README.md index 7b0e3a93..1c7a3abb 100644 --- a/tfx_airflow/README.md +++ b/tfx_airflow/README.md @@ -17,7 +17,7 @@ running the workshop. ```bash git clone https://github.com/tensorflow/workshops.git -cd tfx_airflow +cd workshops/tfx_airflow source start_container.sh ``` From d1d201e297497b72baf62fe75cebf11411db2065 Mon Sep 17 00:00:00 2001 From: Jeroen Van Goey Date: Wed, 26 Feb 2020 14:00:49 +0100 Subject: [PATCH 2/2] Fix command The `run_bash.sh` script is located in the `utils` subfolder. --- tfx_airflow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfx_airflow/README.md b/tfx_airflow/README.md index 1c7a3abb..63aae2f4 100644 --- a/tfx_airflow/README.md +++ b/tfx_airflow/README.md @@ -48,7 +48,7 @@ be logging Airflow messages. Hit return to get to a bash prompt, or start another shell in a different terminal. To run another shell, move to where you cloned the workshops repo and run: -`source run_bash.sh` +`source utils/run_bash.sh` Since the workshop runs in a Python virtual environment you may also need to activate that environment in the bash shell that you're running inside the