Skip to content
This repository was archived by the owner on May 25, 2024. It is now read-only.

Commit 86be6f3

Browse files
pichuancopybara-github
authored andcommitted
Automated g4 rollback of changelist 392771263
PiperOrigin-RevId: 392795427
1 parent 72fdbb2 commit 86be6f3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
# installed in a specific location, and there doesn't seem to be a
1010
# way to refer to it symbolically, like BUILD files can.)
1111
import %workspace%/../tensorflow/.bazelrc
12+
# In tensorflow/.bazelrc v2.6.0, setting this to false broke our build.
13+
# So, setting it back to true.
14+
build:linux --distinct_host_configuration=true
1215

1316
# Use 128 jobs to build. Unfortunately there doesn't seem to be any way to set
1417
# the number of jobs to the number of actual cores on the machine (e.g., by

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Note that install.sh extensively depends on apt-get, so it is unlikely to run
8080
without extensive modifications on non-Debian-based systems.
8181

8282
Nucleus depends on TensorFlow. By default, install.sh will install a CPU-only
83-
version of a stable TensorFlow release (currently 2.5). If that isn't what you
83+
version of a stable TensorFlow release (currently 2.6). If that isn't what you
8484
want, there are several other options that can be enabled with a simple edit to
8585
`install.sh`.
8686

@@ -99,6 +99,7 @@ This is Nucleus 0.6.0. Nucleus follows
9999

100100
New in 0.6.0:
101101

102+
* Upgrade to support TensorFlow 2.6.0 specifically.
102103
* Upgrade to Python 3.8.
103104

104105
New in 0.5.9:

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# ------------------------------------------------------------------------------
3232

3333
NUCLEUS_BAZEL_VERSION="3.7.2"
34-
NUCLEUS_TENSORFLOW_VERSION="2.5.0"
34+
NUCLEUS_TENSORFLOW_VERSION="2.6.0"
3535

3636
function note_build_stage {
3737
echo "========== [$(date)] Stage '${1}' starting"

0 commit comments

Comments
 (0)