spack/var/spack/repos/builtin/packages/py-tensorboard/tboard_shellenv.patch
Andrew W Elble 0df70e217f
A collection of tensorflow fixes and updates (#19371)
* A collection of tensorflow fixes and updates

* tensorflow 2.3.1 requires the workaround for external protobuf as well
* Update tensorflow-estimator to 2.3.0
* Update tensorboard to 2.3.0
* Update tensorboard-plugin-wit to use actual releases
* Patch that potentially fixes #16073

* add myself to maintainer list
2020-10-19 13:15:49 -05:00

13 lines
437 B
Diff

diff --git a/tensorboard/defs/web.bzl b/tensorboard/defs/web.bzl
index dfca0bfd21b5..fb981493b25d 100644
--- a/tensorboard/defs/web.bzl
+++ b/tensorboard/defs/web.bzl
@@ -180,6 +180,7 @@ def _tf_web_library(ctx):
tools=ctx.files._tsc,
inputs=ts_inputs,
outputs=ts_outputs,
+ use_default_shell_env=True,
executable=ctx.executable._execrooter,
arguments=(
[er_config.path] +