We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77491d commit 1c20662Copy full SHA for 1c20662
.github/triage/jax_toolbox_triage/pyxis.py
@@ -37,7 +37,7 @@ def __enter__(self):
37
[
38
"sh",
39
"-c",
40
- "echo 'startup --host_jvm_args=-XX:-UseContainerSupport' > ${JAX_TOOLBOX_TRIAGE_PREFIX}root/.bazelrc",
+ "echo 'startup --host_jvm_args=-XX:-UseContainerSupport' > ${JAX_TOOLBOX_TRIAGE_PREFIX}/root/.bazelrc",
41
]
42
)
43
return self
0 commit comments