Commit 7975912
committed
Use build dir for building TensorFlow pip package
build_pip_package (executed after Bazel finishes) uses a temporary
folder which gets large (2 GB for TF 2.9).
It prefers to use `$XDG_CACHE_HOME` which we set to the temporary folder
created by Easybuild in PythonPackage but that might have only enough
space for logs etc.
As this folder is part of the build put it inside the build directory.1 parent 0a1a5ce commit 7975912
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
943 | 943 | | |
944 | 944 | | |
945 | 945 | | |
946 | | - | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
947 | 950 | | |
948 | 951 | | |
949 | 952 | | |
| |||
0 commit comments