We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70af6b2 commit 4c1d024Copy full SHA for 4c1d024
docker/Dockerfile
@@ -44,7 +44,7 @@ RUN if [ "${git_clone}" = "true" ]; then github_branch="${release_version}" && \
44
if [ "${release_version}" = "nightly" ]; then github_branch="master"; fi && \
45
cd /pytorch && \
46
rm -rf xla && \
47
- git clone -b "${github_branch}" --recursive https://github.com/pytorch/xla && \
+ git clone -b revert_to_old_tf --recursive https://github.com/pytorch/xla && \
48
cd / && \
49
git clone -b "${github_branch}" --recursive https://github.com/pytorch-tpu/examples tpu-examples; fi
50
0 commit comments