Skip to content

Commit 8357645

Browse files
Update container_builder.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 3057a99 commit 8357645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras_remote/infra/container_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def _filter_jax_requirements(requirements_content: str) -> str:
7373
"Filtered '%s' from requirements — JAX is installed "
7474
"automatically with the correct accelerator backend. "
7575
"To override, add '# kr:keep' to the line.",
76-
stripped,
76+
m.group(1),
7777
)
7878
continue
7979

0 commit comments

Comments
 (0)