Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Fix command #59

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tfx_airflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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
Expand Down