Skip to content

Commit 4c1d024

Browse files
committed
hardcode git clone branch during wheel/docker build
1 parent 70af6b2 commit 4c1d024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN if [ "${git_clone}" = "true" ]; then github_branch="${release_version}" && \
4444
if [ "${release_version}" = "nightly" ]; then github_branch="master"; fi && \
4545
cd /pytorch && \
4646
rm -rf xla && \
47-
git clone -b "${github_branch}" --recursive https://github.com/pytorch/xla && \
47+
git clone -b revert_to_old_tf --recursive https://github.com/pytorch/xla && \
4848
cd / && \
4949
git clone -b "${github_branch}" --recursive https://github.com/pytorch-tpu/examples tpu-examples; fi
5050

0 commit comments

Comments
 (0)