Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change to
WORKDIR
before running commands in cloud project experime…
…nts. (google#10918) Mitigates the known issue where we don't automatically change to the `WORKDIR` defined in `Dockerfile` when running cloud experiments. Question: Would it be preferred if I introduce a flag for this? (e.g., `--use_workdir` or `--workdir=/src/<project>`) While this gives more flexibility, I feel `cd` to `WORKDIR` should always be preferred if we want the cloud experiments to behave the same as local ones.
- Loading branch information